Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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: 27 days 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