You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/algorithms/demonstrations.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,6 +7,8 @@ We provide teleoperation utilities that allow users to control the robots with i
7
7
-`directory:` path to a folder for where to store the pickle file of collected demonstrations
8
8
-`environment:` name of the environment you would like to collect the demonstrations for
9
9
-`device:` either "keyboard" or "spacemouse" or "dualsense" or "mjgui"
10
+
-`renderer:` Mujoco's builtin interactive viewer (mjviewer) or OpenCV viewer (mujoco)
11
+
-`camera:` Pass multiple camera names to enable multiple views. Note that the "mujoco" renderer must be enabled when using multiple views, while "mjviewer" is not supported.
10
12
11
13
See the [devices page](https://robosuite.ai/docs/modules/devices.html) for details on how to use the devices.
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.",
0 commit comments