Skip to content

Paolettinic/ppddl-gamegraph-solver

Repository files navigation

ppddl-gamegraph-solver

FOND game against nature solver, described in ppddl, solved using simplex method.

Please note it currently only supports the :requirements :strips, :typing, :equality, :probabilistic-effects for the PPDDL description

Install

$ git clone https://github.com/Paolettinic/ppddl-gamegraph-solver

Please make sure you have the ply and networkx libraries installed on your system. If you don't have them, you can use pip3 to install them.

$ pip3 install ply
$ pip3 install networkx

Usage

$ python3 main.py -h
usage: python3 main.py <DOMAIN> <INSTANCE>

ppddl-gamegraph-solver is a PPDDL to game graph converter, based on ply and solved with simplex method.

positional arguments:
  domain      path to PDDL domain file
  problem     path to PDDL problem file

optional arguments:
  -h, --help  show this help message and exit

Further details are in the file Report_ReasoningAgents.pdf

About

FOND game against nature, described in PPDDL, solved with simplex method.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages