Closed Hennzau closed 3 months ago
I don't think I can do more on this PR, tell me if you need help to review this
EDIT: After chatting with Rémi, I have to change my current script that exports a recording into a dataset. But that's not a hard task
Structure
aloha
,reachy
,alexk_lcr
andso100
moved to arobots
subdirectorydora_lerobot
local library: temporary local library that contains usefuls objects that will be easily accessible from LeRobot when LeRobot is readyINSTALLATION.md
to installdora-record
Code
so100
withalexk_lcr
leader armalexk_lcr
(new nodes innode_hub
)gym_lowcostrobot
environment (with help from Julien)~ (next PR)Node Hub
mujoco_client
: you can pass the PATH to load for simulation, and as other arm clients, you can pass goal_position with joint_namesvideo_encoder
: input an image, and episode status, it will encode all images into a video.lerobot_record
: input ticks, gather images and display them in a simple interface. Manage keyboard inputs for instructions (episode, fail)replay_episode
Script
convert_dora_parquet_to_lerobot
: use the script from remi to convert a recording in lerobot format~ (next PR)purge_episode
: remove failed episode, merge data into one parquet file~