moabitcoin / cherry-pytorch

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

Vanilla policy gradient (with baseline) for Atari/Doom #18

Closed sandhawalia closed 4 years ago

sandhawalia commented 4 years ago

Import learning for Policy Gradients & Actor Critic for ALE (Arcade Learning Environment)

sandhawalia commented 4 years ago

PG for classic control addressed here : https://github.com/moabitcoin/cherry-pytorch/pull/26

sandhawalia commented 4 years ago

For Doom addressed here https://github.com/moabitcoin/cherry-pytorch/pull/30

sandhawalia commented 4 years ago

Atari addressed here https://github.com/moabitcoin/cherry-pytorch/pull/31