Paolettinic / ppddl-gamegraph-solver

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

License:GNU General Public License v3.0


Languages

Language:Python 100.0%