muupan / async-rl

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

Can this program run on GPU? #17

Closed mw66 closed 8 years ago

mw66 commented 8 years ago

As the other implementation do?

https://github.com/miyosuda/async_deep_reinforce

If not, what is needed to be done to be able to run on GPU?

Thanks.

muupan commented 8 years ago

No, it can't. Please look at https://github.com/muupan/async-rl/issues/10.