Views
No views yet
adrrrobo/sorting_ACT,
using the same architecture and dataset. It was trained for 15,000 steps on a single
NVIDIA A100 40GB GPU (final training loss ≈ 0.22).adrrrobo/sorting_ACTadrrrobo/Hackathon2_20260606_210708 (99 episodes, ~106k frames)1lerobot-train \
2 --dataset.repo_id=adrrrobo/Hackathon2_20260606_210708 \
3 --policy.type=act \
4 --output_dir=outputs/train/sorting_act \
5 --job_name=sorting_act \
6 --policy.device=cuda \
7 --steps=15000 \
8 --batch_size=8 \
9 --wandb.enable=falseoutputs/train/sorting_act/checkpoints/.1lerobot-record \
2 --robot.type=so100_follower \
3 --dataset.repo_id=<hf_user>/eval_<dataset> \
4 --policy.path=kennytsu/sorting_ACT \
5 --episodes=10--policy.path pointing to a local or hub checkpoint.