2 Star 0 Fork 0

JackyCSer/MyNDPlanner

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
README.rst 1.73 KB
一键复制 编辑 原始数据 按行查看 历史
Jacky ZHANG 提交于 2015-01-31 00:02 . Project Initialization

This is myND, a FOND and POND planner written in Java.

It was developed at Albert-Ludwigs-Universität Freiburg and is published under the terms of the GNU General Public License 3 (GPLv3).

Requirements

myND is written in Java, so you need a recent version of the Java Runtime Environment installed to run it. We ran myND with JRE 1.6 successfully.

Usage

To compile myND, change to the source folder (src) and use the following command.

$ ./build

To run myND, change to the source folder (src) and use the following command.

$ java JavaOptions mynd.MyNDPlanner PlannerOptions pathToSASFile

Useful Java Options are

  • -Xmx4g: to set the maximum heap space to 4 GB
  • -ea: to enable assertions

Check out available planner options from our Wiki page

https://bitbucket.org/robertmattmueller/mynd/src/default/wiki/Planner_Options.md

You can find some planning tasks in SAS+ format in the folders data/benchmarks-fond and data/benchmarks-pond.

For example, the following command will run myND on the first blocksworld instance using LAO* search ('-laostar') guided by the FF heuristic ('-ff').

$ java -ea -Xmx4g mynd.MyNDPlanner -laostar -ff ../data/benchmarks-fond/blocksworld_p1.sas

For more information on the planner, check out our Wiki

https://bitbucket.org/robertmattmueller/mynd/src/default/wiki/Home.md

Contact

myND is hosted on bitbucket under the URL

https://bitbucket.org/robertmattmueller/mynd

The original authors of myND are, in alphabetical order:

  • Pascal Bercher
  • Robert Mattmüller
  • Manuela Ortlieb

If you want to get in touch with us, please contact Robert Mattmüller. His email address can easily be found on the web.

马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Java
1
https://gitee.com/JackyCSer/MyNDPlanner.git
git@gitee.com:JackyCSer/MyNDPlanner.git
JackyCSer
MyNDPlanner
MyNDPlanner
master

搜索帮助

0d507c66 1850385 C8b1a773 1850385