Installing the Library

Currently, RLPortfolio can only be installed by cloning its github repository and running the setup script:

git clone https://github.com/CaioSBC/RLPortfolio
cd RLPortfolio/
pip install .

Note

We strongly recommend that you setup a virtual environment using Python venv or Anaconda/Miniconda insted of installing RLPortfolio in your root Python. You can also setup a Docker image.