Skip to content

Instantly share code, notes, and snippets.

@MikeShi42
Last active September 18, 2018 03:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save MikeShi42/727c54d5b34806c31211cc5dfffd739e to your computer and use it in GitHub Desktop.
Save MikeShi42/727c54d5b34806c31211cc5dfffd739e to your computer and use it in GitHub Desktop.
scores = []
for _ in range(100):
score, _ = play(env, max[2])
scores += [score]
print('Average Score (100 trials)', np.mean(scores))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment