v1.2
This commit is contained in:
parent
a80d9c0257
commit
40f3783fca
|
@ -84,7 +84,7 @@ class AlohaExperienceReplay(AbstractExperienceReplay):
|
||||||
def __init__(
|
def __init__(
|
||||||
self,
|
self,
|
||||||
dataset_id: str,
|
dataset_id: str,
|
||||||
version: str | None = "v1.1",
|
version: str | None = "v1.2",
|
||||||
batch_size: int = None,
|
batch_size: int = None,
|
||||||
*,
|
*,
|
||||||
shuffle: bool = True,
|
shuffle: bool = True,
|
||||||
|
|
|
@ -87,7 +87,7 @@ class PushtExperienceReplay(AbstractExperienceReplay):
|
||||||
def __init__(
|
def __init__(
|
||||||
self,
|
self,
|
||||||
dataset_id: str,
|
dataset_id: str,
|
||||||
version: str | None = "v1.1",
|
version: str | None = "v1.2",
|
||||||
batch_size: int = None,
|
batch_size: int = None,
|
||||||
*,
|
*,
|
||||||
shuffle: bool = True,
|
shuffle: bool = True,
|
||||||
|
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
@ -22,6 +22,9 @@ from .utils import DEVICE, init_config
|
||||||
("simxarm", "diffusion", []),
|
("simxarm", "diffusion", []),
|
||||||
("pusht", "diffusion", []),
|
("pusht", "diffusion", []),
|
||||||
("aloha", "act", ["env.task=sim_insertion_scripted"]),
|
("aloha", "act", ["env.task=sim_insertion_scripted"]),
|
||||||
|
("aloha", "act", ["env.task=sim_insertion_human"]),
|
||||||
|
("aloha", "act", ["env.task=sim_transfer_cube_scripted"]),
|
||||||
|
("aloha", "act", ["env.task=sim_transfer_cube_human"]),
|
||||||
],
|
],
|
||||||
)
|
)
|
||||||
def test_concrete_policy(env_name, policy_name, extra_overrides):
|
def test_concrete_policy(env_name, policy_name, extra_overrides):
|
||||||
|
|
Loading…
Reference in New Issue