Installation

First, we suggest you to create a virtual environment using either venv (included in python) or Miniconda.

  • Venv

python -m venv rlberry_environment
source rlberry_environment/bin/activate
  • Conda

conda create -n rlberry
conda activate rlberry

Then, once inside the virtual environment, you can install rlberry-scool with the following:

pip install rlberry-scool