Usage
Installation
To use the POPGym environments, install it using pip:
$ git clone https://github.com/smorad/popgym
$ cd popgym
$ pip install .
To install the baselines and dependencies, first install ray then install POPGym
$ pip install ray[rllib]
$ git clone https://github.com/smorad/popgym
$ cd popgym
$ pip install ".[baselines]"
Environments
Under construction