CoMLRL provides several different ways for installation.

Install from PyPI#

pip install comlrl
# install PyTorch compatible with your device

Install from conda-forge#

conda install -c conda-forge comlrl
# install PyTorch compatible with your device

Install from source#

To access the latest features of CoMLRL or to develop CoMLRL, clone this repository and install in editable mode:

git clone https://github.com/OpenMLRL/CoMLRL.git
cd CoMLRL
pip install -e .
# install PyTorch compatible with your device