[P] From DQN to Rainbow: A step-by-step Colab + Pytorch tutorial
- Project link: https://github.com/Curt-Park/rainbow-is-all-you-need
Hi, ML redditors all around the world! I made a Pytorch RL tutorial which consists of all methods from DQN to Rainbow:
- DQN
- Double DQN
- Prioritized Experience Replay
- Dueling Networks
- Noisy Network
- Categorical DQN (C51)
- N-step Learning
- Rainbow
Every chapter contains both theoretical backgrounds and object-oriented implementation, and thanks to Colab, you can execute them and render the results without any installation even on your smartphone!
I hope it will be helpful for someone. 🙂
Cheers.
submitted by /u/Curt-Park
[link] [comments]