forked from tvaquero/itsimple
-
Notifications
You must be signed in to change notification settings - Fork 0
The Official itSIMPLE Project
License
shinthor/itsimple
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
itSIMPLE: Integrated Tools Software Interface for Modeling PLanning Environments Copyright (C) 2007-2015 University of Sao Paulo, University of Toronto This file is part of itSIMPLE. itSIMPLE is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. Other licenses might be available upon written agreement. itSIMPLE is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with itSIMPLE. If not, see <http://www.gnu.org/licenses/>. Authors: Tiago S. Vaquero, Jose Reinaldo Silva, Flavio Tonidandel, Victor Romero, Fernando Sette, Matheus Haddad, Rosi Tanaco, Gustavo Costa, Jose Armando San Pedro Miralles. Contact the authors: http://code.google.com/p/itsimple/ tiago.vaquero@gmail.com Installing and running itSIMPLE ------------------------------- To install itSIMPLE you just have to unzip the file and run the .jar file (e.g., java -jar itSIMPLE.jar). Sun Java 6 Runtime (or up) is required. Connecting planners to itSIMPLE. ------------------------------- itSIMPLE can communicate with most available planners. The source comes already with some planners such as metric-ff (both windows and linux). For the others planners it is necessary to download them from the authors website and make a copy of the executable file (and all required files) an put it in folder myPlanners/. The name of the executable files must correspond to what is specified in a file use by itSIMPLE. The file itPlanners.xml (resources/planners/itPlanners.xml) holds information about each planners that itSIMPLE can communicate with. The following list show the name of files treated by itSIMPLE: - metric-ff.exe http://www.loria.fr/~hoffmanj/ - metric-ff http://www.loria.fr/~hoffmanj/ - ffv-2.3 http://www.loria.fr/~hoffmanj/ - sgplan522 http://manip.crhc.uiuc.edu/programs/SGPlan/index.html - mips-xxl (2006 version) http://andorfer.cs.uni-dortmund.de/~edelkamp/mips/mips-xxl.html - satplan (2006 version) http://www.cs.rochester.edu/u/kautz/satplan/index.htm - lpg-td-1.0 http://zeus.ing.unibs.it/lpg/ - lpg-td-1.0.exe http://zeus.ing.unibs.it/lpg/ - mips-xxl2008 (2008 version from IPC-6) http://ipc.informatik.uni-freiburg.de/Planners/ - sgplan6 (2008 version from IPC-6) http://ipc.informatik.uni-freiburg.de/Planners/ - lpg (version 1.2) http://zeus.ing.unibs.it/lpg/ - hspsp (2008 version from IPC-6) http://ipc.informatik.uni-freiburg.de/Planners/ - Plan-A (2008 version from IPC-6) http://ipc.informatik.uni-freiburg.de/Planners/ - blackbox (version 4.3 11 Jan 2006) http://www.cs.rochester.edu/u/kautz/satplan/blackbox - blackbox.exe (version 4.3 11 Jan 2006) http://www.cs.rochester.edu/u/kautz/satplan/blackbox - maxplan (2006 version from IPC-5) http://www.cse.wustl.edu/~chen/maxplan/ - lprpg (Public Release 2 2010-04-11) http://planning.cis.strath.ac.uk/LPRPG/ It is necessary to compile the source for some of them, depending on the OS (Windows, Linux, Mac). For more information check out our website http://code.google.com/p/itsimple/. Have fun. Tiago
About
The Official itSIMPLE Project
Resources
License
Stars
Watchers
Forks
Packages 0
No packages published
Languages
- Java 91.8%
- Python 5.7%
- HTML 1.3%
- Lex 0.5%
- JavaScript 0.4%
- Prolog 0.2%
- Other 0.1%