This experiment was created by using the sample code provided in the docs at https://gym.openai.com/docs and I simply changed the environment to Berzerk-v0 and changed the number of episodes for 100 for proper scoring.
- Follow the demo at https://gym.openai.com/docs
- Use
env = gym.make('Berzerk-v0')
for the enviroment - Set the
episodes
to a minimum of 100.
-OR- Use the code from here: https://github.com/rickhenderson/open-ai-gym-experiments/blob/master/berzerk-v0.py commit: 6b5c6d5f
Ran the sample code from https://gym.openai.com/docs and changed the environment to Berzerk-v0. Man that was cool.