forked from tangger/lerobot
install fix
This commit is contained in:
1
lerobot/configs/env/pusht.yaml
vendored
1
lerobot/configs/env/pusht.yaml
vendored
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user