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
Copy
Edit
### Required Libraries
Install the necessary libraries with the following command: