Skip to content

Commit

Permalink
reduce ttc
Browse files Browse the repository at this point in the history
  • Loading branch information
luigiberducci committed Feb 23, 2024
1 parent fa63eb8 commit 0a02485
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gym/f110_gym/envs/base_classes.py
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ def __init__(
self.in_collision = False

# collision threshold for iTTC to environment
self.ttc_thresh = 0.005
self.ttc_thresh = 0.0000005

# initialize scan sim
if RaceCar.scan_simulator is None:
Expand Down

0 comments on commit 0a02485

Please sign in to comment.