saltypeanuts

Results 2 issues of saltypeanuts

Following the tutorial (below, first full tutorial on google searching "custom OpenAI Gym environment tutorial") to create a custom OpenAI Gym environment. The environment works (can be stepped through, reset)...

I'm trying to port an OpenAI Gym Environment and use coach for the learn on top. The tutorial currently reads (emphasis mine): ``` Adding an Environment Adding your custom environments...