Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…into main
  • Loading branch information
quantumiracle committed Nov 3, 2022
2 parents 824f80b + d64df5d commit dc76b08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/example.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ def main(cfg):
assert cfg.task in PARTITION_TO_SPECS["test"][cfg.partition]

seed = 42
policy = create_policy_from_ckpt(cfg.ckpt, cfg.device)
policy = create_policy_from_ckpt(cfg.ckpt, cfg.device).to(cfg.device)
env = TimeLimitWrapper(
ResetFaultToleranceWrapper(
make(
Expand Down

0 comments on commit dc76b08

Please sign in to comment.