mirror of
https://github.com/huggingface/lerobot.git
synced 2026-07-26 11:16:00 +00:00
fix(ci): set env.fps=20 and explicit obs_type for RoboCerebra eval
Match the dataset's 20 FPS (LiberoEnv defaults to 30) and make obs_type=pixels_agent_pos explicit for safety against future changes. Made-with: Cursor
This commit is contained in:
@@ -368,6 +368,8 @@ jobs:
|
|||||||
--policy.path=lerobot/smolvla_robocerebra \
|
--policy.path=lerobot/smolvla_robocerebra \
|
||||||
--env.type=libero \
|
--env.type=libero \
|
||||||
--env.task=libero_10 \
|
--env.task=libero_10 \
|
||||||
|
--env.fps=20 \
|
||||||
|
--env.obs_type=pixels_agent_pos \
|
||||||
--env.observation_height=256 \
|
--env.observation_height=256 \
|
||||||
--env.observation_width=256 \
|
--env.observation_width=256 \
|
||||||
'--env.camera_name_mapping={\"agentview_image\": \"image\", \"robot0_eye_in_hand_image\": \"wrist_image\"}' \
|
'--env.camera_name_mapping={\"agentview_image\": \"image\", \"robot0_eye_in_hand_image\": \"wrist_image\"}' \
|
||||||
|
|||||||
Reference in New Issue
Block a user