JSHOP2GUI_1.0.1

所属分类:人工智能/神经网络/深度学习
开发工具:Java
文件大小:1155KB
下载次数:46
上传日期:2009-03-20 09:30:46
上 传 者fangpb
说明:  SHOP2 一个人工智能里面关于任务分解和任务规划的系统。JSHOP2是其java版本。
(SHOP2 inside an artificial intelligence mission about decomposition and mission planning systems. Java version of its JSHOP2.)

文件列表:
JSHOP2GUI_1.0.1 (0, 2007-10-17)
JSHOP2GUI_1.0.1\antlr.jar (358273, 2007-04-24)
JSHOP2GUI_1.0.1\bin.build (0, 2007-10-17)
JSHOP2GUI_1.0.1\bin.build\JSHOP2.jar (99961, 2007-10-17)
JSHOP2GUI_1.0.1\classpath.sh (304, 2007-04-24)
JSHOP2GUI_1.0.1\doc (0, 2007-10-17)
JSHOP2GUI_1.0.1\doc\allclasses-frame.html (7621, 2007-10-17)
JSHOP2GUI_1.0.1\doc\allclasses-noframe.html (6221, 2007-10-17)
JSHOP2GUI_1.0.1\doc\constant-values.html (22513, 2007-10-17)
JSHOP2GUI_1.0.1\doc\deprecated-list.html (4590, 2007-10-17)
JSHOP2GUI_1.0.1\doc\help-doc.html (8410, 2007-10-17)
JSHOP2GUI_1.0.1\doc\index-all.html (207964, 2007-10-17)
JSHOP2GUI_1.0.1\doc\index.html (1201, 2007-10-17)
JSHOP2GUI_1.0.1\doc\JSHOP2 (0, 2007-10-17)
JSHOP2GUI_1.0.1\doc\JSHOP2\Axiom.html (12294, 2007-10-17)
JSHOP2GUI_1.0.1\doc\JSHOP2\Calculate.html (8754, 2007-10-17)
JSHOP2GUI_1.0.1\doc\JSHOP2\CompileTimeObject.html (11380, 2007-10-17)
JSHOP2GUI_1.0.1\doc\JSHOP2\CompLess.html (12145, 2007-10-17)
JSHOP2GUI_1.0.1\doc\JSHOP2\CompMore.html (12135, 2007-10-17)
JSHOP2GUI_1.0.1\doc\JSHOP2\DelAddAtomic.html (17323, 2007-10-17)
JSHOP2GUI_1.0.1\doc\JSHOP2\DelAddElement.html (15462, 2007-10-17)
JSHOP2GUI_1.0.1\doc\JSHOP2\DelAddForAll.html (24624, 2007-10-17)
JSHOP2GUI_1.0.1\doc\JSHOP2\DelAddProtection.html (17444, 2007-10-17)
JSHOP2GUI_1.0.1\doc\JSHOP2\Div.html (10001, 2007-10-17)
JSHOP2GUI_1.0.1\doc\JSHOP2\Domain.html (18641, 2007-10-17)
JSHOP2GUI_1.0.1\doc\JSHOP2\DomainElement.html (14055, 2007-10-17)
JSHOP2GUI_1.0.1\doc\JSHOP2\Equal.html (10053, 2007-10-17)
JSHOP2GUI_1.0.1\doc\JSHOP2\InternalAxiom.html (14944, 2007-10-17)
JSHOP2GUI_1.0.1\doc\JSHOP2\InternalDomain.html (39971, 2007-10-17)
JSHOP2GUI_1.0.1\doc\JSHOP2\InternalElement.html (14399, 2007-10-17)
JSHOP2GUI_1.0.1\doc\JSHOP2\InternalMethod.html (16356, 2007-10-17)
JSHOP2GUI_1.0.1\doc\JSHOP2\InternalOperator.html (17547, 2007-10-17)
JSHOP2GUI_1.0.1\doc\JSHOP2\InternalVars.html (18536, 2007-10-17)
JSHOP2GUI_1.0.1\doc\JSHOP2\JSHOP2.html (19417, 2007-10-17)
JSHOP2GUI_1.0.1\doc\JSHOP2\JSHOP2GUI.html (50039, 2007-10-17)
JSHOP2GUI_1.0.1\doc\JSHOP2\JSHOP2GUI.LeafTrackerDialog.html (24166, 2007-10-17)
JSHOP2GUI_1.0.1\doc\JSHOP2\JSHOP2GUI.Node.html (14369, 2007-10-17)
JSHOP2GUI_1.0.1\doc\JSHOP2\JSHOP2GUI.NodeRenderer.html (29288, 2007-10-17)
JSHOP2GUI_1.0.1\doc\JSHOP2\JSHOP2GUI.PlanDialog.html (22044, 2007-10-17)
JSHOP2GUI_1.0.1\doc\JSHOP2\JSHOP2GUI.SHOP2GUIKeyAdapter.html (10128, 2007-10-17)
... ...

How to install and run JSHOP2: Make sure that Java is installed fully on your computer. After unzipping the JSHOP2 zipped file in any directory, set the CLASSPATH environment variable to include (replacing JSHOP2_DIRECTORY with the directory where JSHOP2 is unzipped): - in Windows: JSHOP2_DIRECTORY\bin\antlr.jar;JSHOP2_DIRECTORY\bin\JSHOP2.jar;. - in UNIX: JSHOP2_DIRECTORY/bin/antlr.jar:JSHOP2_DIRECTORY/bin/JSHOP2.jar:. This is the environment variable Java uses to looks for Java ARchive (jar) files used by JSHOP2. After making sure the CLASSPATH variable is correctly set, any of these commands can be used at the command line: - make or make c : To compile the JSHOP2 source files and make the needed .jar files. This has to be done before JSHOP2 can be run. - make d : To make the HTML JSHOP2 package documentation out of the source files. - make 1 : To run the first example, the blocks world domain. WARNING: This is a very big problem, so it will take a long time to solve the problem and display the results. - make 2 : To run the second example, the basic domain. - make 3 : To run the third example, the old implementation of the blocks world. - make 4 : To run the fourth example, the test domain. - make 5 : To run the fifth example, the logistics domain. - make 6 : To run the sixth example, the freecell domain. - make 7 : To run the seventh example, the propagation domain. - make 8 : To run the eighth example, the forallexample domain. - make 9 : To run the ninth example, the rover domain. WARNING: This is a very big problem, so it will take a long time to solve the problem and display the results. - make 10: To run the tenth example, a very small blocks world problem where all plans, rather than just the first one found, are to be returned. - make 11: To run the eleventh example, the MadRTS domain. ----------------------------------------------------------------- The important files and directories in this release of JSHOP2: ./make.bat : The make file for windows. ./Makefile : The make file for Unix. ./README : This file. ./JSHOP2.pdf : The JSHOP2 user's manual. ./src/JSHOP2 : The source code of the JSHOP2 package. ./bin : The directory where the compiled jar files are stored. ./doc/index.html : The HTML package documentation of JSHOP2. ./examples/blocks : The blocks world domain featuring list manipulation in JSHOP2, use of axioms, and on-the-fly creation of the logical atoms at run time. ./examples/basic : A very simple domain, ideal to see how it all works and for debugging purposes. ./examples/oldblocks : An older implementation of the blocks world domain, featuring on-the-fly creation of operator delete and add lists at run time. ./examples/test : A synthesized domain featuring various more complex features of JSHOP2 including code calls, disjunctions, if-then-else structure of the method and axiom branches, :sort-by and :first logical preconditions, etc. Have fun deciphering it. ./examples/logistics : The logistics domain featuring protections, unordered task lists, immediate tasks, and on-the-fly creation of the predicates at run time. ./examples/freecell : The freecell domain featuring unordered task lists, immediate tasks, code calls, and use of ForAll in delete/add list of operators. ./examples/propagation : A very simple domain showing how variable bindings propagate only down in the task network. ./examples/forall : A very simple domain that uses forall constructs. ./examples/rover : Our implementation of the Rovers domain, used in the Third International Planning Competition. ./examples/madrts : A very simple version of the MadRTS game.

近期下载者

相关文件


收藏者