muupan / async-rl

Replicating "Asynchronous Methods for Deep Reinforcement Learning" (http://arxiv.org/abs/1602.01783)
MIT License
401 stars 83 forks source link

How adaptable is this to a completely different environment? #16

Closed gowthamnatarajan closed 8 years ago

gowthamnatarajan commented 8 years ago

Can, I modify the code to a completely different environment, rewards, states, actions etc? Which file should I start looking at first?

muupan commented 8 years ago

Please look at https://github.com/muupan/async-rl/issues/8.