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

https://github.com/coreylowman/rl_simply

Simple pytorch implementations of RL algorithms
https://github.com/coreylowman/rl_simply

pytorch reinforcement-learning reinforcement-learning-algorithms rl sac soft-actor-critic td3

Last synced: 9 months ago
JSON representation

Simple pytorch implementations of RL algorithms

Awesome Lists containing this project

README

          

# RL Simply

Simple pytorch implementations of RL algorithms

- [x] SAC (https://arxiv.org/pdf/1812.05905.pdf)
- [x] TD3 (https://arxiv.org/pdf/1802.09477.pdf)
- [ ] Rainbow DQN (https://arxiv.org/pdf/1710.02298.pdf)
- [x] Double DQN
- [x] Dueling DQN
- [ ] Distributional DQN
- [ ] N step DQN
- [ ] Noisy DQN
- [ ] Prioritzed Replay