Eval reproduction works with gym_aloha

This commit is contained in:
Alexander Soare
2024-04-08 10:23:26 +01:00
parent e982c732f1
commit 1bab4a1dd5
6 changed files with 66 additions and 103 deletions

View File

@@ -26,7 +26,6 @@ def make_policy(cfg):
policy = ActionChunkingTransformerPolicy(
cfg.policy,
cfg.device,
n_obs_steps=cfg.n_obs_steps,
n_action_steps=cfg.n_action_steps,
)
else: