bzier / gym-mupen64plus

An OpenAI Gym environment wrapper for the Mupen64Plus N64 emulator
MIT License
91 stars 39 forks source link

Add support for gym info dictionary #64

Open bzier opened 6 years ago

bzier commented 6 years ago

The gym interface supports an info dictionary being returned from each call to step() (see here). This would allow for flexibility for different environments to be able to return extra data to the caller/agent. See comment and motivation here.