Installation

To use the POPGym environments, install it using pip: From stable

pip install popgym

Or from source

git clone https://github.com/smorad/popgym
cd popgym
pip install .

To install the baselines (memory models) and RLlib

pip install popgym[baselines]

Or from source

git clone https://github.com/smorad/popgym
cd popgym
pip install ".[baselines]"