Skip to content

Commit

Permalink
馃 Lint code
Browse files Browse the repository at this point in the history
  • Loading branch information
ivy-branch committed Jun 15, 2023
1 parent 4512923 commit 459bbc9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions ivy_gym_demos/optimization/optimize_policy.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,7 @@ def main(

# compile loss function
compiled_loss_fn = ic.compile(
lambda initial_state, pol_vs:
loss_fn(env, initial_state, policy, pol_vs, steps)
lambda initial_state, pol_vs: loss_fn(env, initial_state, policy, pol_vs, steps)
)

# optimizer
Expand Down

0 comments on commit 459bbc9

Please sign in to comment.