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: