Skip to content

Commit

Permalink
black
Browse files Browse the repository at this point in the history
  • Loading branch information
jkterry1 committed Aug 26, 2021
1 parent bbb3072 commit 2bd436b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gym/envs/classic_control/acrobot.py
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,7 @@ def derivs(x):
yout = rk4(derivs6, y0, t)
If you have access to scipy, you should probably be using the
scipy.integrate tools rather than this function.
scipy.integrate tools rather than this function.
This would then require re-adding the time variable to the signature of derivs.
Returns:
Expand Down

0 comments on commit 2bd436b

Please sign in to comment.