Skip to content

Commit

Permalink
Black fixes.
Browse files Browse the repository at this point in the history
  • Loading branch information
ernestum committed Dec 12, 2023
1 parent 3f2f88f commit 32dbce2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/algorithms/test_bc.py
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ def make_bc_train_args(
lambda env, minibatch_size, rng, minibatch_fraction: dict(
observation_space=env.observation_space,
action_space=env.action_space,
batch_size=minibatch_size*minibatch_fraction,
batch_size=minibatch_size * minibatch_fraction,
minibatch_size=minibatch_size,
rng=rng,
),
Expand Down

0 comments on commit 32dbce2

Please sign in to comment.