Skip to content

Dev/jh #1006

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 9 commits into
base: main
Choose a base branch
from
85 changes: 85 additions & 0 deletions jh_record_lerobot.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,85 @@
04-8-2025
python lerobot/scripts/train.py \
--policy.path="/home/zcai/jh_workspace/pi0" \
--dataset.repo_id="/home/zcai/jh_workspace/koch_test" \
--batch_size=1 \
--policy.device="cpu"

04-9-2025
python lerobot/scripts/train.py \
--policy.path="/home/zcai/jh_workspace/pi0" \
--dataset.repo_id="/home/zcai/jh_workspace/koch_test" \
--batch_size=1 \
--output_dir="/home/zcai/jh_workspace/lerobot/our_data/our_training"

04-17-2025

%env WANDB_SILENT=True

CUDA_VISIBLE_DEVICES=7 python lerobot/scripts/train.py \
--policy.path="/data/jiahuan/huggingface/models/pi0" \
--dataset.repo_id="/data/jiahuan/huggingface/datasets/koch_test" \
--output_dir="/data/jiahuan/our_training/lerobot/pi0_koch_test_20240417" \
--batch_size=1 \
--save_freq=5000 \
--steps=25000 \
--num_workers=12 \
--wandb.enable=true \
--wandb.entity="GBuilders" \
--wandb.project="pi0_TR2" \
--wandb.disable_artifact=true \
--job_name "pi0_koch_test"0


04-22-2025
CUDA_VISIBLE_DEVICES=6 python lerobot/scripts/train.py \
--policy.path="/data/jiahuan/huggingface/models/pi0" \
--dataset.repo_id="/data/jiahuan/huggingface/datasets/koch_test" \
--output_dir="/data/jiahuan/our_training/lerobot/pi0_koch_test_20240422" \
--config_path="/data/jiahuan/our_training/lerobot/pi0_koch_test_20240422/checkpoints/last/pretrained_model/train_config.json" \
--batch_size=1 \
--save_freq=100 \
--log_freq=50 \
--steps=1000 \
--num_workers=4 \
--wandb.enable=true \
--wandb.entity="GBuilders" \
--wandb.project="pi0_TR2" \
--wandb.disable_artifact=true \
--job_name "pi0_koch_test"

04-22-2025
resume
CUDA_VISIBLE_DEVICES=6 python lerobot/scripts/train.py \
--resume=true \
--policy.path="/data/jiahuan/huggingface/models/pi0" \
--dataset.repo_id="/data/jiahuan/huggingface/datasets/koch_test" \
--output_dir="/data/jiahuan/our_training/lerobot/pi0_koch_test_20240422" \
--config_path="/data/jiahuan/our_training/lerobot/pi0_koch_test_20240422/checkpoints/last/pretrained_model/train_config.json" \
--batch_size=1 \
--save_freq=100 \
--log_freq=50 \
--steps=1000 \
--num_workers=4 \
--wandb.enable=true \
--wandb.entity="GBuilders" \
--wandb.project="pi0_TR2" \
--wandb.disable_artifact=true \
--job_name "pi0_koch_test"


04-23-2025
CUDA_VISIBLE_DEVICES=4 python lerobot/scripts/train.py \
--policy.path="/data/jiahuan/huggingface/models/pi0" \
--dataset.repo_id="/data/TR2/hugging_face/stack_cup_0414_merged_rf10" \
--output_dir="/data/jiahuan/our_training/lerobot/stack_cup_0423" \
--batch_size=1 \
--save_freq=10 \
--log_freq=5 \
--steps=100 \
--num_workers=4 \
--wandb.enable=true \
--wandb.entity="GBuilders" \
--wandb.project="pi0_TR2" \
--wandb.disable_artifact=true \
--job_name "stack_cup_0423"
Loading