facebookarchive / MazeBase

Simple environment for creating very simple 2D games and training neural network models to perform tasks within them
Other
245 stars 50 forks source link

Integrate python module in Gym #11

Open edran opened 7 years ago

edran commented 7 years ago

Now that we have a python version available, we should integrate it with OpenAI Gym.

TODO

@ebetica and I will look at this in a couple of weeks, but if anyone else wants to do it, please go ahead!

zuoxingdong commented 7 years ago

@edran I am doing a master project related to Grid world. So I would like to contribute a bit. During next few weeks I shall go through source code firstly and then to work on a Gym wrapper.

edran commented 7 years ago

Hi @zuoxingdong, that would be great!

Just FYI what we probably currently need more help with is testing the library and sorting #12 out. We are going to think a bit more about the gym wrapper, so that we can come up with a good set of tasks to package.