Installation Guide#
Requirements#
We require Python 3.8+ and the packages listed here.
Installing via pip#
pip install pyRDDLGym
To run the basic examples, you will also need rddlrepository
pip install rddlrepository
We recommend installing everything together under a conda virtual environment:
conda create -n rddl python=3.11
conda activate rddl
pip install pyrddlgym rddlrepository
Installing the Pre-Release Version via git#
pip install git+https://github.com/pyrddlgym-project/pyRDDLGym.git
pip install git+https://github.com/pyrddlgym-project/rddlrepository.git