Skip to content

Commit 6cf6b0e

Browse files
author
Yu Fang
committed
Format
1 parent d0b4d9d commit 6cf6b0e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

robosuite/scripts/collect_human_demonstrations.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,7 @@ def gather_demonstrations_as_hdf5(directory, out_dir, env_info):
240240
nargs="*",
241241
type=str,
242242
default="agentview",
243-
help="List of camera names to use for collecting demos. Pass multiple names to enable multiple views. Note: the `mujoco` renderer must be enabled when using multiple views; `mjviewer` is not supported."
243+
help="List of camera names to use for collecting demos. Pass multiple names to enable multiple views. Note: the `mujoco` renderer must be enabled when using multiple views; `mjviewer` is not supported.",
244244
)
245245
parser.add_argument(
246246
"--controller",

0 commit comments

Comments
 (0)