Skip to content
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

Ak/i210 master merge #994

Merged
merged 62 commits into from
Jul 11, 2020
Merged

Ak/i210 master merge #994

merged 62 commits into from
Jul 11, 2020

Conversation

AboudyKreidieh
Copy link
Member

Pull request information

  • Status: ? (ready to merge / in development)
  • Kind of changes: ? (bug fix / new feature / documentation...)
  • Related PR or issue: ? (optional)

Description

? (general description)

liljonnystyle and others added 17 commits June 19, 2020 13:11
* implement HighwayNetwork for Time-Space Diagrams

* fix flake8

* PR fixes

* update docstrings

Co-authored-by: AboudyKreidieh <[email protected]>
* fixed h-baselines bug

* potential bug fix
* Replicated changes in 867. Changes only made to traci

* Aimsun changes minus reset
* merge custom output and failsafes to master

* add write_to_csv() function to master

* include pipeline README.md

* add data pipeline __init__

* add experiment.py changes

* Update simulate.py

* Update simulate.py

* Update simulate.py

* Update experiment.py

* Update experiment.py

* fix flake8 issues

* fix flake8 issues

* fixed h-baselines bug

* Update experiment.py

* potential bug fix

* merge custom output and failsafes to master

* add write_to_csv() function to master

* include pipeline README.md

* add data pipeline __init__

* add experiment.py changes

* Update simulate.py

* Update simulate.py

* Update simulate.py

* Update experiment.py

* Update experiment.py

* fix flake8 issues

* fix flake8 issues

* Update experiment.py

* Replicated changes in 867. Done bug (#980)

* Replicated changes in 867. Changes only made to traci

* Aimsun changes minus reset

* address aboudy comments

* revert change

* change warning print to ValueError message

* update to new update_accel methods

* address brent comments

* fix import typo

* address comments

* add display_warnings boolean

* add get_next_speed() function to base vehicle class

* revert addition of get_next_speed

* merge custom output and failsafes to master

* add write_to_csv() function to master

* include pipeline README.md

* add data pipeline __init__

* add experiment.py changes

* Update simulate.py

* Update simulate.py

* Update simulate.py

* Update experiment.py

* Update experiment.py

* fix flake8 issues

* fix flake8 issues

* Update experiment.py

* add experiment.py changes

* Update simulate.py

* Update simulate.py

* Update simulate.py

* Update experiment.py

* Update experiment.py

* fix flake8 issues

* address aboudy comments

* revert change

* change warning print to ValueError message

* update to new update_accel methods

* address brent comments

* fix import typo

* address comments

* add display_warnings boolean

* add get_next_speed() function to base vehicle class

* revert addition of get_next_speed

* remove duped line from rebase

* Update base_controller.py

* fix some bugs

* revert change to get_feasible_action call signature

* change print syntax to be python3.5 compliant

* add tests for new failsafe features

* fix failsafe unit tests

* fix failsafe unit tests

* fix unittest syntax

* fix typo

* smooth default to True

* rearrange raise exception for test coverage

* some minor fixes

* cleanup

* moved simulation logging to the simulation kernel (#991)

* moved simulation logging to the simulation kernel

* pydocstyle

* PR fixes

* bug fix

Co-authored-by: AboudyKreidieh <[email protected]>
Co-authored-by: Kathy Jang <[email protected]>
Co-authored-by: Nathan Lichtlé <[email protected]>
* fixed h-baselines bug

* potential bug fix

* add 210 edgestarts for backwards compatibility

* add 210 edgestarts for backwards compatibility

* add 210 edgestarts for backwards compatibility

* add 210 edgestarts for backwards compatibility

* fastforward PR 989

* fix typo

Co-authored-by: AboudyKreidieh <[email protected]>
* updated requirements.txt and environment.yml

* Visualizer tests fixes

* remove .func

Co-authored-by: akashvelu <[email protected]>
flow/core/rewards.py Outdated Show resolved Hide resolved
emission_output = pd.read_csv(emission_files[i])
emission_output['source_id'] = source_id
emission_output['run_id'] = "run_{}".format(i)
emission_output.to_csv(trajectory_table_path, mode='a+', index=False, header=(i == 0))
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

these conditions have some magic numbers and therefore need a comment

Copy link
Member

@eugenevinitsky eugenevinitsky left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM minus nits

@liljonnystyle liljonnystyle merged commit 3ac508a into i210_dev Jul 11, 2020
@liljonnystyle liljonnystyle deleted the ak/i210-master-merge branch July 11, 2020 02:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants