bzier / gym-mupen64plus

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

Containerize project #69

Closed roclark closed 5 years ago

roclark commented 5 years ago

To ease installation, setup, and usage, it is highly recommended to run gym-mupen64plus in a Docker container. That way, the code can easily be run anywhere that supports Docker instead of trying to replicate a supported environment. Most of the context here has been discussed in #68, but the core of this update is the following:

Closes #68

Signed-Off-By: Robert Clark robdclark@outlook.com

roclark commented 5 years ago

Thank you both for the reviews! Just made some updates based on your comments and re-pushed the changes. Also, happy to help get this branch done! It was already in great shape, just needed a few minor tweaks.

kevinhughes27 commented 5 years ago

🎉