This repository contains lab exercises and a project for the Reinforcement Learning course.
- Stable-Baselines: Examples using the Stable Baselines library
- Project: Final project implementation
To run the Jupyter notebooks:
jupyter notebookTo run the Python scripts:
python Project/main.py- Python 3.x
- Jupyter Notebook
- PyTorch (for some experiments)
- Gym/Gymnasium (for reinforcement learning environments)
- Stable Baselines (for the Stable-Baselines examples)