You can create a venv or conda environment with Python 3.10+ and install CoMLRL as follows.

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, 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