mirror of
https://github.com/huggingface/lerobot.git
synced 2026-05-20 19:19:56 +00:00
update libero doc
This commit is contained in:
@@ -62,6 +62,11 @@ lerobot-eval \
|
|||||||
|
|
||||||
- Pass a comma-separated list to `--env.task` for multi-suite evaluation.
|
- Pass a comma-separated list to `--env.task` for multi-suite evaluation.
|
||||||
|
|
||||||
|
### Control Mode
|
||||||
|
|
||||||
|
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.
|
||||||
|
You can switch them with: `env.control_mode = "relative"` and `env.control_mode = "absolute"`
|
||||||
|
|
||||||
### Policy inputs and outputs
|
### Policy inputs and outputs
|
||||||
|
|
||||||
When using LIBERO through LeRobot, policies interact with the environment via **observations** and **actions**:
|
When using LIBERO through LeRobot, policies interact with the environment via **observations** and **actions**:
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
# add domainid
|
# register the processor steps
|
||||||
from lerobot.policies.xvla.processor_xvla import (
|
from lerobot.policies.xvla.processor_xvla import (
|
||||||
XVLAAddDomainIdProcessorStep,
|
XVLAAddDomainIdProcessorStep,
|
||||||
XVLAImageNetNormalizeProcessorStep,
|
XVLAImageNetNormalizeProcessorStep,
|
||||||
|
|||||||
Reference in New Issue
Block a user