Skip to content

Python library capable of generating total order plans from user input and then extracting partial order plans and displaying them using graphs.

Notifications You must be signed in to change notification settings

enriquefernandez/pyPlanGenius

Repository files navigation

16.412 Final Project

by Enrique Fernandez and James Paterson

This repository contains our final project for the MIT Course 16.412 Cognitive Robotics: pyPlanGenius (Spring 2013)

pyPlanGenius is a python library capable of generating total order plans from user input and then extracting partial order plans and displaying them using graphs.

pyPlanGenius can parse PDDL domain and problem files located in the top pddl folder.

In order to run pyPlanGenius, please run:

pyplangenius.py [-h] [pddl_domain] [pddl_problem]

and follow instructions.

Note that you only need to specify the pddl file names and not the complete location as the script considers that all pddl files are located in the top pddl folder.

More instructions about the algorithms and the code can be found in the project report.

Enrique Fernández James Paterson

example

About

Python library capable of generating total order plans from user input and then extracting partial order plans and displaying them using graphs.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published