Skip to content

Commit

Permalink
Modified default args.
Browse files Browse the repository at this point in the history
  • Loading branch information
stepjam committed Jun 21, 2020
1 parent 6b8a4c1 commit 0f48889
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/cinematic_recorder.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@
'save_dir', '/tmp/rlbench_videos/',
'Where to save the generated videos.')
flags.DEFINE_list(
'tasks', ['reach_target', 'stack_blocks'], 'The tasks to record. If empty, all tasks are recorded.')
'tasks', [], 'The tasks to record. If empty, all tasks are recorded.')
flags.DEFINE_boolean(
'individual', False, 'One long clip of all the tasks, or individual videos.')
'individual', True, 'One long clip of all the tasks, or individual videos.')
flags.DEFINE_boolean(
'domain_randomization', False, 'If domain randomization should be applied.')
flags.DEFINE_string(
Expand Down

0 comments on commit 0f48889

Please sign in to comment.