feat: add dataset_version as arg
This commit is contained in:
parent
1249aee3ac
commit
60be3346d6
|
@ -26,6 +26,7 @@ def make_dataset(
|
||||||
|
|
||||||
dataset = LeRobotDataset(
|
dataset = LeRobotDataset(
|
||||||
cfg.dataset_repo_id,
|
cfg.dataset_repo_id,
|
||||||
|
version=cfg.dataset_version,
|
||||||
split=split,
|
split=split,
|
||||||
delta_timestamps=delta_timestamps,
|
delta_timestamps=delta_timestamps,
|
||||||
)
|
)
|
||||||
|
|
|
@ -14,6 +14,7 @@ device: cuda # cpu
|
||||||
# AND for the evaluation environments.
|
# AND for the evaluation environments.
|
||||||
seed: ???
|
seed: ???
|
||||||
dataset_repo_id: lerobot/pusht
|
dataset_repo_id: lerobot/pusht
|
||||||
|
dataset_version: "v1.3"
|
||||||
|
|
||||||
training:
|
training:
|
||||||
offline_steps: ???
|
offline_steps: ???
|
||||||
|
|
Loading…
Reference in New Issue