Installation

gym-anm requires Python 3.7+ and can run on Linux, MaxOS, and Windows. You can install it through pip or from source.

We recommend installing gym-anm in a Python environment (e.g., virtualenv or conda).

pip

Using pip (preferably after activating your virtual environment):

pip install gym-anm

Building from source

Alternatively, you can build gym-anm directly from source:

git clone https://github.com/robinhenry/gym-anm.git
cd gym-anm
pip install -e .