moabitcoin / cherry-pytorch

Reinforcement Learning Tutorials & other bedtime stories in PyTorch
MIT License
11 stars 1 forks source link

Advantage Actor Critic #43

Closed sandhawalia closed 4 years ago

sandhawalia commented 4 years ago

Implement A2C for Atari / Doom games. Inspiration here and here

sandhawalia commented 4 years ago

Our VPG implementation already uses Advantage Actor critic.