Reinforcement Learning Basics I and II tutorials
Welcome to the official tutorial repository for the Reinforcement Learning Basics Session I and II @ Reinforcement Learning Summer School 2026!
This repository contains all the practical coding tutorials we will be using throughout the sessions.
You donโt need to install anything on your local machine to participate. All tutorials are designed to run directly in the cloud using Google Colab. Alternatively, if you prefer to work locally, you can download the notebooks and set up the required environment as:
conda create -n rlss2026-basics python=3.11
conda activate rlss2026-basics
pip install -r requirements.txt
Choose a tutorial from the table below and click the badge to launch it.
| ๐ Tutorial Module | ๐ Description | ๐ป Exercise | โ Solution |
|---|---|---|---|
| Basics of RL I | Tabular RL and Gymnasium API. | ||
| Basics of RL II | Policy Gradient Algorithms. |
File > Save a copy in Drive.