inoryy / tensorflow2-deep-reinforcement-learning

Code accompanying the blog post "Deep Reinforcement Learning with TensorFlow 2.1"
http://inoryy.com/post/tensorflow2-deep-reinforcement-learning/
MIT License
207 stars 50 forks source link

Could you adapt this model to BreakOut-v4 environment? #5

Closed dragen1860 closed 5 years ago

dragen1860 commented 5 years ago

Could you adapt this model to BreakOut-v4 environment? I think it's more general for other pixel based games. Thank you.

inoryy commented 5 years ago

Unfortunately that requires quite a few changes to the model which are out of scope for an introductory blog post.