Tutorials about how to use the rlberry library.
Check out our introductory slides!
- Create a virtual environment and clone this repository
conda create -n rlberry-tutorial python=3.8
conda activate rlberry-tutorial
git clone https://github.com/omardrwch/rlberry-tutorials.git
cd rlberry-tutorials
- Install rlberry
pip install git+https://github.com/rlberry-py/rlberry.git@main#egg=rlberry[torch_agents]
pip install tensorboard
pip install ipython