This repository contains my implementations of Deep Reinforcement Learning Algorithms.
The goal of this project is to implement several reinforcement learning algorithms. They are presented below:
- Value-based methods
-
Deep Q-Networks -
Dueling DQN -
Double Q-Learning - Prioritized Experience Replay
- Multi-step DQN
- Noisy DQN
- Distributional RL
-
- Policy-based methods
I've only tried building this project on Linux machines.
pip install -i https://test.pypi.org/simple/ rlalgs
I will include some samples as soon as I get more algorithms implemented.