MCPcopy Create free account
hub / github.com/OpenDriveLab/DriveAdapter / Normal

Class Normal

agents/navigation/types_behavior.py:19–28  ·  view source on GitHub ↗

Class for Normal agent.

Source from the content-addressed store, hash-verified

17
18
19class Normal(object):
20 """Class for Normal agent."""
21 max_speed = 50
22 speed_lim_dist = 3
23 speed_decrease = 10
24 safety_time = 3
25 min_proximity_threshold = 10
26 braking_distance = 5
27 overtake_counter = 0
28 tailgate_counter = 0
29
30
31class Aggressive(object):

Callers 4

__init__Method · 0.90
proba_distributionMethod · 0.85
exploration_lossMethod · 0.85
proba_distributionMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected