An open API service indexing awesome lists of open source software.

https://github.com/Twinklstar/Deep-Reinforement-Learning

A repository for learning deep reinforcement learning
https://github.com/Twinklstar/Deep-Reinforement-Learning

ai algorithms deep-reinforcement-learning gymnasium neural-network pytorch reinforcement-learning reinforcement-learning-agent reinforcement-learning-environments simulation

Last synced: 3 months ago
JSON representation

A repository for learning deep reinforcement learning

Awesome Lists containing this project

README

          

# Deep Reinforcement Learning

![Intro to RL](https://raw.githubusercontent.com/NIN0vATI0N/Deep-Reinforement-Learning/trunk/assets/intro-to-rl-1.jpg)

This repository reflects my learning journey to master the depth of the reinforcement learning field.

# Tech Stack

* [Python v3.12.7](https://www.python.org/)
* [Gymnasium](https://gymnasium.farama.org/)
* [Numpy](https://numpy.org/)

Installation can be done with:
```shell
pyenv install 3.12.7
pyenv virtualenv 3.12.7 drl
pyenv local drl

pip3 install gymnasium ipykernel matplotlib moviepy mpl_toolkits.clifford numpy pygame swig torch
```

# Materials

| Notebook | Content |
| -------- | ------- |
| [00-DRL_Introduction.ipynb](./src/notebooks/00-DRL_Introduction.ipynb) | RL Fundamental Concepts and Algorithms |

# Credits

* Some concepts and exercises are taken from Udacity.
* Some figures/images are taken from Udacity.

Shout out to them and please consider to take their Nano Degree program [Deep Reinforcement Learning](https://www.udacity.com/course/deep-reinforcement-learning-nanodegree--nd893).