Installation

ColosseumRL can either be installed directly from our Github repo or from PyPI using Pip.

Dependencies

Make sure you’re using at least Python 3.6.

If you’re using Ubuntu, make sure you have libpython3-dev:

apt-get install libpython3-dev

If you’re starting with a fresh python virtual environment, make sure you have wheel installed:

pip install wheel

To install from PyPI:

pip install colosseumrl

To install from Github:

Clone the colosseumrl repo and perform a local pip install.

git clone https://github.com/colosseumrl/colosseumrl
cd Colosseum
pip install -e .