[P] A step-by-step Policy Gradient algorithms Colab + Pytorch tutorial
- Project link: https://github.com/MrSyee/pg-is-all-you-need
Hi, ML redditors! I and my colleagues made a Reinforcement Learning tutorial in Pytorch which consists of Policy Gradient algorithms from A2C to SAC. In addition, it includes learning acceleration methods using demonstrations for treating real applications with sparse rewards:
- A2C
- PPO
- DDPG
- TD3
- SAC
- DDPG from Demonstration
- Behavior Cloning (with DDPG)
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/syee-kim
[link] [comments]