install fix
This commit is contained in:
parent
98f8869743
commit
f1708c8a37
|
@ -18,6 +18,7 @@ env:
|
|||
image_size: 96
|
||||
action_repeat: 1
|
||||
episode_length: 300
|
||||
fps: ${fps}
|
||||
|
||||
policy:
|
||||
state_dim: 2
|
||||
|
|
|
@ -109,7 +109,7 @@ def eval(cfg: dict, out_dir=None):
|
|||
|
||||
env = make_env(cfg)
|
||||
|
||||
if cfg.pretrained_model_path:
|
||||
if cfg.policy.pretrained_model_path:
|
||||
policy = make_policy(cfg)
|
||||
policy = TensorDictModule(
|
||||
policy,
|
||||
|
|
Loading…
Reference in New Issue