Skip to content

Instantly share code, notes, and snippets.

@rickhenderson
Last active April 30, 2016 03:26
Show Gist options
  • Save rickhenderson/172616f3ae65ad3ef056c8a5d912f79c to your computer and use it in GitHub Desktop.
Save rickhenderson/172616f3ae65ad3ef056c8a5d912f79c to your computer and use it in GitHub Desktop.
Berzerk-v0 Random demo Writeup

Using sample() on Berzerk-v0

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.

Reproduction

  1. Follow the demo at https://gym.openai.com/docs
  2. Use env = gym.make('Berzerk-v0') for the enviroment
  3. 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

@rickhenderson
Copy link
Author

Ran the sample code from https://gym.openai.com/docs and changed the environment to Berzerk-v0. Man that was cool.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment