Skip to content
Snippets Groups Projects
Commit 682ffc2c authored by hagrid67's avatar hagrid67
Browse files

fix typo in rail_env - remove left over m.patch from msgpack

parent bfd5b51c
No related branches found
No related tags found
No related merge requests found
...@@ -36,9 +36,6 @@ from gym.utils import seeding ...@@ -36,9 +36,6 @@ from gym.utils import seeding
m.patch()
# Adrian Egli performance fix (the fast methods brings more than 50%) # Adrian Egli performance fix (the fast methods brings more than 50%)
def fast_isclose(a, b, rtol): def fast_isclose(a, b, rtol):
return (a < (b + rtol)) or (a < (b - rtol)) return (a < (b + rtol)) or (a < (b - rtol))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment