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
- Host: GitHub
- URL: https://github.com/coreylowman/rl_simply
- Owner: coreylowman
- Created: 2021-02-22T13:02:04.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2022-07-07T17:09:14.000Z (over 3 years ago)
- Last Synced: 2025-01-29T10:19:23.178Z (11 months ago)
- Topics: pytorch, reinforcement-learning, reinforcement-learning-algorithms, rl, sac, soft-actor-critic, td3
- Language: Python
- Homepage:
- Size: 24.4 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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