Skip to content

KRLGroup/RL_2023

Repository files navigation

RL_2023

Official Repository for the Reinforcement Learning Course at Artificial Intelligence and Robotics (Sapienza University of Rome).

Prof. Roberto Capobianco

TAs: Andrea Fanti and Michela Proietti

Here you will find the code used during practical lessons.

Please refer to the classroom page for further information.

Dependencies

requirements.txt contains all the Python libraries needed to run the notebooks, 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

Differences with previous years

The code of this year uses the gymnasium library instead of gym, which was used in previous years. A good overview of the differences can be found here.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published