yukezhu / tensorflow-reinforce

Implementations of Reinforcement Learning Models in Tensorflow
MIT License
487 stars 136 forks source link

Modifying for Atari gym envs? #12

Open JamesBrightman opened 5 years ago

JamesBrightman commented 5 years ago

I want to a PG implementation to work with Atari gym envs. I've spend a while trying to modify pg_reinforce with no luck. Has anyone had any luck modifying any PG implementations to work with Atari (such as Pong-v0, Breakout-v0).

Thanks.