-
Notifications
You must be signed in to change notification settings - Fork 388
cleaned up docstring in envs #49
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM - see some small comments.
flow/envs/bay_bridge/base.py
Outdated
""" The below methods need to be updated by child classes. """ | ||
|
||
def _apply_rl_actions(self, rl_actions): | ||
"""Update by child classes.""" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should this read "update using child classes" or "implemented by child classes"?
flow/envs/green_wave_env.py
Outdated
""" | ||
Partial observed state space. Velocities, distance to intersections, | ||
edge number (for nearby vehicles) traffic light state | ||
Partial observed state space. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Super nitpicky, but should this be "Partially observed"?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not too nitpicky, this is a good catch.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good, thanks @nskh for the review.
* cleaned up docstring in envs * added Nish fixes
No description provided.