Skip to content

Commit

Permalink
updated with selector_skip save stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
Kaiyotech committed Jul 6, 2023
1 parent 6824ab3 commit 5ec946f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion learner_selector.py
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ def skip_schedule(n_updates: int):
# max_grad_norm=None,
)

alg.load("Selector_saves/Opti_1688587771.1237257/Opti_330/checkpoint.pt")
alg.load("Selector_saves/Opti_1688656635.5412486/Opti_345/checkpoint.pt")

alg.agent.optimizer.param_groups[0]["lr"] = logger.config.actor_lr
alg.agent.optimizer.param_groups[1]["lr"] = logger.config.critic_lr
Expand Down

0 comments on commit 5ec946f

Please sign in to comment.