Skip to content

Commit

Permalink
Mention temporal ensemble flag in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tonyzhaozh authored May 4, 2023
1 parent 57d9206 commit dee1431
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,12 +71,13 @@ To train ACT:
--task_name sim_transfer_cube_scripted \
--ckpt_dir <ckpt dir> \
--policy_class ACT --kl_weight 10 --chunk_size 100 --hidden_dim 512 --batch_size 8 --dim_feedforward 3200 \
--num_epochs 2000 --lr 1e-5 \
--num_epochs 2000 --lr 1e-5 \temporal_agg
--seed 0


To evaluate the policy, run the same command but add ``--eval``. The success rate
should be around 90% for transfer cube, and around 50% for insertion.
To evaluate the policy, run the same command but add ``--eval``. This loads the best validation checkpoint.
The success rate should be around 90% for transfer cube, and around 50% for insertion.
To enable temporal ensembling, add flag ``--temporal_agg``.
Videos will be saved to ``<ckpt_dir>`` for each rollout.
You can also add ``--onscreen_render`` to see real-time rendering during evaluation.

Expand Down

0 comments on commit dee1431

Please sign in to comment.