Skip to content

Commit

Permalink
Merge 80ee6bf into bc65245
Browse files Browse the repository at this point in the history
  • Loading branch information
AboudyKreidieh committed Feb 23, 2020
2 parents bc65245 + 80ee6bf commit ba20bd7
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions flow/controllers/car_following_models.py
Expand Up @@ -427,8 +427,6 @@ class IDMController(BaseController):
acceleration exponent (default: 4)
s0 : float
linear jam distance, in m (default: 2)
dt : float
timestep, in s (default: 0.1)
noise : float
std dev of normal perturbation to the acceleration (default: 0)
fail_safe : str
Expand All @@ -445,7 +443,6 @@ def __init__(self,
delta=4,
s0=2,
time_delay=0.0,
dt=0.1,
noise=0,
fail_safe=None,
car_following_params=None):
Expand All @@ -463,7 +460,6 @@ def __init__(self,
self.b = b
self.delta = delta
self.s0 = s0
self.dt = dt

def get_accel(self, env):
"""See parent class."""
Expand Down

0 comments on commit ba20bd7

Please sign in to comment.