lerobot_replay_dataset_hf.sh
Humanoid/fmc3-robotics-main/projects/lerobot/demo_scripts/lerobot_replay_dataset_hf.sh
lerobot-replay \
--robot.type=so101_follower \
--robot.port=/dev/ttyACM1 \
--robot.id=follower_arm \
#--dataset.root=./record_dataset \
--dataset.repo_id=${HF_USER}/record-test \
--dataset.episode=0 \
関連記事
run.py
run.py — python source code from the Humanoid learning materials (Humanoid/May_12/RoboOS/deploy/run.py).
記事を読む →utils.py
utils.py — python source code from the Humanoid learning materials (Humanoid/May_12/RoboOS/deploy/utils.py).
記事を読む →agent.py
agent.py — python source code from the Humanoid learning materials (Humanoid/May_12/RoboOS/master/agents/agent.py).
記事を読む →planner.py
planner.py — python source code from the Humanoid learning materials (Humanoid/May_12/RoboOS/master/agents/planner.py).
記事を読む →prompts.py
prompts.py — python source code from the Humanoid learning materials (Humanoid/May_12/RoboOS/master/agents/prompts.py).
記事を読む →run.py
run.py — python source code from the Humanoid learning materials (Humanoid/May_12/RoboOS/master/run.py).
記事を読む →