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: README.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -28,7 +28,7 @@ pip install -r requirements.txt
28
28
29
29
Go to `TASK_CONFIG` in `config/config.py` and change the paths of the ports that connect leader and follower robots to your computer.
30
30
31
-
You will also need to connect a camera to your computer and point it towards the robot while collecting the data via teleoperation. You can change the camera port (set to 0 by default). It's important the camera doesn't move otherwise evaluation of the policy is likely to fail in evaluation mode.
31
+
You will also need to connect a camera to your computer and point it towards the robot while collecting the data via teleoperation. You can change the camera port in the config (set to 0 by default). It's important the camera doesn't move otherwise evaluation of the policy is likely to fail.
0 commit comments