Views
No views yet
PushT environment from gym-pusht.1python lerobot/scripts/train.py \
2 hydra.run.dir=outputs/train/diffusion_pusht \
3 hydra.job.name=diffusion_pusht \
4 policy=diffusion training.save_model=true \
5 env=pusht \
6 env.task=PushT-v0 \
7 dataset_repo_id=lerobot/pusht \
8 training.save_freq=25000 \
9 training.eval_freq=10000 \
10 wandb.enable=true \
11 device=cudaPushT environment from gym-pusht and compared to a similar model trained with the original Diffusion Policy code. There are two evaluation metrics on a per-episode basis:eval/avg_max_reward in the charts above). This ranges in [0, 1].| Ours | Theirs | |
|---|---|---|
| Average max. overlap ratio | 0.799 | 0.605 |
| Success rate for 500 episodes (%) | 32.00 | 17.00 |