Skip to content
Snippets Groups Projects
Commit a4d7fdc3 authored by MasterScrat's avatar MasterScrat
Browse files

Making shuffle=False the default for infinite wave

parent badc19eb
No related branches found
No related tags found
No related merge requests found
......@@ -63,7 +63,7 @@ def demo(args=None):
)
@click.option('--shuffle',
type=bool,
default=True,
default=False,
help="Shuffle the environments before starting evaluation.",
required=False
)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment