Quality of life patches for eval.py (#86)

This commit is contained in:
Alexander Soare
2024-04-19 12:33:47 +01:00
committed by GitHub
parent ac0ab27333
commit e2168163cd
2 changed files with 53 additions and 38 deletions
+1
View File
@@ -330,6 +330,7 @@ def train(cfg: dict, out_dir=None, job_name=None):
rollout_env,
policy,
transform=offline_dataset.transform,
return_episode_data=True,
seed=cfg.seed,
)