Skip to content

Commit

Permalink
bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
hzheng40 committed Jan 1, 2024
1 parent e12f458 commit 1ec8209
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gym/f110_gym/envs/collision_models.py
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ def collision(vertices1, vertices2):
return False


# @njit(cache=True)
@njit(cache=True)
def collision_multiple(vertices):
"""
Check pair-wise collisions for all provided vertices
Expand Down

0 comments on commit 1ec8209

Please sign in to comment.