Skip to content

Commit

Permalink
Update evaluate for new policy
Browse files Browse the repository at this point in the history
  • Loading branch information
jsuarez5341 committed Sep 12, 2023
1 parent 4888c58 commit 1222980
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion evaluate.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ def save_replays(policy_store_dir, save_dir):
from reinforcement_learning import policy # import your policy
def make_policy(envs):
learner_policy = policy.Baseline(
envs,
envs._driver_env,
input_size=args.input_size,
hidden_size=args.hidden_size,
task_size=args.task_size
Expand Down

0 comments on commit 1222980

Please sign in to comment.