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
$ git clone https://github.com/Paolettinic/ppddl-gamegraph-solverPlease 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$ 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 exitFurther details are in the file Report_ReasoningAgents.pdf