Skip to content

Commit

Permalink
fix order of supply rng and partial in example
Browse files Browse the repository at this point in the history
  • Loading branch information
HomerW committed May 20, 2024
1 parent 4c731c5 commit 86ff03a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/04_eval_finetuned_on_robot.py
Original file line number Diff line number Diff line change
Expand Up @@ -129,8 +129,8 @@ def sample_actions(
# remove batch dim
return actions[0]

policy_fn = partial(
supply_rng(
policy_fn = supply_rng(
partial(
sample_actions,
model,
argmax=FLAGS.deterministic,
Expand Down

0 comments on commit 86ff03a

Please sign in to comment.