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.offline_steps=200000 \
9 training.save_freq=20000 \
10 training.eval_freq=10000 \
11 eval.n_episodes=50 \
12 wandb.enable=true \
13 wandb.disable_artifact=true \
14 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].original_dp_repo branch of this respository).| Ours | Theirs | |
|---|---|---|
| Average max. overlap ratio | 0.959 | 0.957 |
| Success rate for 500 episodes (%) | 63.8 | 64.2 |
| Beta distribution lower/mean/upper (%) | 61.6 / 63.7 / 65.9 | 62.0 / 64.1 / 66.3 |