Skip to content

Commit

Permalink
batch size 8->64 lr 1e-5 -> 5e-5
Browse files Browse the repository at this point in the history
  • Loading branch information
AlmondGod committed Oct 14, 2024
1 parent b8416fd commit 673b856
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion models/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ To train ACT:
python3 imitate_episodes.py \
--task_name sim_aloha_close_dishwasher \
--ckpt_dir ./ckpt_dir \
--policy_class ACT --kl_weight 10 --chunk_size 100 --hidden_dim 512 --batch_size 8 --dim_feedforward 3200 \
--policy_class ACT --kl_weight 10 --chunk_size 50 --hidden_dim 512 --batch_size 8 --dim_feedforward 3200 \
--num_epochs 2000 --lr 1e-5 \
--seed 0

Expand Down

0 comments on commit 673b856

Please sign in to comment.