You cannot post messages because only members can post, and you are not currently a member.
Description:
Announcements and discussions about the Fast Downward planning system.
|
|
|
create a new heuristic
|
| |
hi, we want to run the FD with a new heuristic we have created. can someone please instruct us how to do so? we could not figure it out from the information on the website. thanks, idan.
|
|
Build error on Mac and Linux Ubuntu
|
| |
Hi,
I am getting following compilation error. Please help me out in fixing it.
bison -pfct_pddl -bscan-fct_pddl scan-fct_pddl.y
scan-fct_pddl.y: conflicts: 1 shift/reduce
gcc -c -O6 -Wall -g -ansi scan-fct_pddl.tab.c
scan-fct_pddl.tab.c: In function ‘fct_pddlparse’:
scan-fct_pddl.tab.c:1493: warning: implicit declaration of function... more »
|
|
Windows/cross-platform support?
|
| |
Hello, Have there been any efforts to build the LAMA planner for Windows? We are using it in a larger planning tool currently -- but most of our end-users use Windows. I've tried to compile the current codebase using mingw, but there appear to be some quirks that are causing LAMA to fail to build.... more »
|
|
Parsing error due to :metic
|
| |
Hi, I am getting following error when using translate/translate.py. I expect lama 2011 to support :metirc. Please let me know what is the issue. Thanks Parsing... Traceback (most recent call last): File "/home/ashutosp/Downloads/Plan ners/lama/seq-sat-lama-2011/sr c/translate/translate.py", line 586, in <module>... more »
|
|
lab 1.3 news
|
| |
Hi everyone,
I just tagged a new version of the experimentation framework lab. Since the last version many things have been added, fixed and improved. The biggest additions are pgfplots for nice-looking Latex plots and the Attribute class for wrapping custom attributes. I recommend reading the... more »
|
|
best-first search from LAMA
|
| |
Hi everyone, I just started working on the Fast-Downard code, so I have at least one naive/beginner questions that I hope someone has time to answer. I was working on the best-first search component of LAMA when I learned that FD is where the on-going development is happening. But I cannot see an obvious best-first search implementation in FD such as there is in LAMA... more »
|
|
Compile issue on Mac OS-X Lion 10.7.5
|
| |
Hi all,
first, thank you for your work on Fast Downward!
I have been able to compile and run Fast Downward with OS-X 10.6, now I have a new laptop with Lion 10.7.5 and it looks like it doesn't compile.
Dependency libraries should all be installed.
Here is the output:
host-011:src enricox$ ./build_all... more »
|
|
Required vs Suggested Landmarks
|
| |
Hi, Has anyone had experience with forcing LAMA to satisfy landmarks (or particular disjuncts of a landmark)? As far as I understand it, the landmark count heuristic "suggests" that the search satisfy landmarks, but there is no facility to prune plans that fail to satisfy a landmark. Thanks in advance!... more »
|
|
lab 1.2 news
|
| |
Hi everyone,
since the last release the experimentation framework lab has seen a lot of improvements. Some highlights are:
* Reparse an experiment directory in case you forgot to extract some
values from the log.
* The "compact" parameter for DownwardExperiments now makes the
experiments even more compact and during execution temporary files... more »
|
|
|