This project is part of the TD 1 Reinforcement Learning assignment. It includes implementations of reinforcement learning algorithms to solve the CartPole-v1 environment and train a robotic arm using Panda-gym.
## Environment Setup
### Python Virtual Environment
To set up a Python virtual environment, use the following commands:
python -m venv venv source venv/bin/activate # On macOS/Linux venv\Scripts\activate # On Windows
bash
MSO 3.4 Apprentissage Automatique
# Installation
### Required Libraries
If you want to use this project, you can simply clone or fork the repository.
Install the necessary libraries with the following command:
First, don't forget to install [PyTorch](https://pytorch.org/get-started/locally).