Stop seeding in monitor / uploading seeds to scoreboard

This commit is contained in:
Jie Tang
2016-10-31 22:20:02 -07:00
parent a62bba3bff
commit 71bb5f8563
5 changed files with 9 additions and 29 deletions

View File

@@ -39,7 +39,8 @@ if __name__ == '__main__':
# will be namespaced). You can also dump to a tempdir if you'd
# like: tempfile.mkdtemp().
outdir = '/tmp/random-agent-results'
env.monitor.start(outdir, force=True, seed=0)
env.seed(0)
env.monitor.start(outdir, force=True)
# This declaration must go *after* the monitor call, since the
# monitor's seeding creates a new action_space instance with the