Official Repository for the Reinforcement Learning Course at Artificial Intelligence and Robotics (Sapienza University of Rome).
Prof. Roberto Capobianco
TAs: Federico Di Valerio, Michela Proietti, and Andrea Fanti.
Here you will find the code used during practical lessons.
Please refer to the classroom page for further information.
All the notebooks in the repository should work out-of-the-box on Google Colab. We also provide a requirements.txt which contains all the Python libraries needed to run the notebooks locally, meant to be used with Python 3.8.*. To install all of them with pip in a single command (linux/macos) run:
pip install -r requirements.txt