Skip to content

Latest commit

 

History

History
53 lines (30 loc) · 1.57 KB

File metadata and controls

53 lines (30 loc) · 1.57 KB

header

Reinforcemente Learning II - Final Assigment

Welcome! 👋

This repository contains the final assignment for the course Reinforcement Learning II. The project implements and demonstrates a reinforcement learning agent using key techniques covered in the course.

📂 Project Structure

├── doc/ # Source code (models, training, utils) ├── notebooks/ # (Optional) Jupyter notebooks for experiments ├── requirements.txt # List of dependencies ├── .gitignore # Files and folders ignored by Git └── README.md # Project overview and instructions

🧠 Key Concepts Applied

  • Deep Q-Learning (DDQN)

📋 Requirements

To install the required dependencies, create a Python environment and install the packages from requirements.txt:

How to run

For running the project, execute the notebook tpfinal that you will find in the folder notebook.

📈 Results

The project includes training logs and plots showing the agent's performance over time. You’ll find them in the results/ directory or generated after training.

References

Author

This project was developed as part of the final coursework for Reinforcement Learning II.

Feel free to explore, run, or adapt the code for your own experiments.

footer