Skip to content

Commit

Permalink
minor
Browse files Browse the repository at this point in the history
  • Loading branch information
kjang96 committed Jul 2, 2019
1 parent dbbf549 commit adae239
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flow/envs/green_wave_env.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ class TrafficLightGridEnv(Env):
* switch_time: minimum time a light must be constant before
it switches (in seconds).
Earlier RL commands are ignored.
* tl_type: whether the traffic lights should be actuated by sumo or RL
* tl_type: whether the traffic lights should be actuated by sumo or RL,
options are respectively "actuated" and "controlled"
* discrete: determines whether the action space is meant to be discrete or
continuous
Expand Down

0 comments on commit adae239

Please sign in to comment.