mirror of
https://github.com/Farama-Foundation/Gymnasium.git
synced 2025-08-18 21:06:59 +00:00
Stop seeding in monitor / uploading seeds to scoreboard
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user