Kaixhin / Atari

Persistent advantage learning dueling double DQN for the Arcade Learning Environment
MIT License
263 stars 74 forks source link

OpenAI integration #13

Open lake4790k opened 8 years ago

lake4790k commented 8 years ago

Would be interesting to be able to run Atari against the OpenAI gym environment. Currently OpenAI is in python, maybe would be possible to have a pytorch runner in Atari that integrates the two. Or also there could be general torch support for OpenAI, ie. this issue with fb-python.

(btw with the Deepmind capitulation things are going towards python/tf, not that I would follow at this point...)

Kaixhin commented 8 years ago

Yep would definitely love to hook up to the OpenAI Gym API, but would leave this until we hear more about properly supported integration for Torch (i.e. when we hear about progress from Soumith).

Edit 2016-06-25: Possible integration through HTTP.