update README

This commit is contained in:
Alexander Soare
2024-03-26 16:28:16 +00:00
parent 1ed0110900
commit be4441c7ff
3 changed files with 23 additions and 23 deletions

View File

@@ -14,7 +14,7 @@ from lerobot.scripts.eval import eval
hub_id = "lerobot/diffusion_policy_pusht_image"
folder = Path(snapshot_download(hub_id))
# OR uncomment the following to evaluate a policy from the local outputs/train folder.
folder = Path("outputs/train/example_pusht_diffusion")
# folder = Path("outputs/train/example_pusht_diffusion")
config_path = folder / "config.yaml"
weights_path = folder / "model.pt"