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/source/libero.mdx
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -62,6 +62,11 @@ lerobot-eval \
62
62
63
63
- Pass a comma-separated list to `--env.task` for multi-suite evaluation.
64
64
65
+
### Control Mode
66
+
67
+
LIBERO now supports two control modes: relative and absolute. This matters because different VLA checkpoints are trained with different mode of action to output hence control parameterizations.
68
+
You can switch them with: `env.control_mode = "relative"` and `env.control_mode = "absolute"`
69
+
65
70
### Policy inputs and outputs
66
71
67
72
When using LIBERO through LeRobot, policies interact with the environment via **observations** and **actions**:
0 commit comments