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

Update sumo_setup files + Hardcode restart_instance=True #1000

Open
wants to merge 527 commits into
base: libsumo_optional
Choose a base branch
from
This pull request is big! We’re only showing the most recent 250 commits.

Commits on Jun 14, 2020

  1. Configuration menu
    Copy the full SHA
    5b38dc4 View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2020

  1. I210 highway updated (#934)

    * removed sweep
    
    * added updated single lane highway network config
    
    * added i210 xml files with downstream edge
    
    * added I210Router
    
    * added updated i210 features
    
    * minor cleanup
    
    * better parameters based on when congestion propagates
    
    * bug fixes
    
    * bug fixes
    
    * more bug fixes
    
    * bug fixes
    
    * minor
    
    * broader tests for scenario
    
    * added tests for specify_routes
    
    * PR fixes
    AboudyKreidieh authored Jun 15, 2020
    Configuration menu
    Copy the full SHA
    86c2e4c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    29b06d8 View commit details
    Browse the repository at this point in the history
  3. some cleanup

    AboudyKreidieh committed Jun 15, 2020
    Configuration menu
    Copy the full SHA
    d9470cb View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1f6ceee View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2020

  1. I210 updated (#970)

    * updated i210 simulation
    
    * increased the time horizon
    
    * added edge starts
    AboudyKreidieh authored Jun 16, 2020
    Configuration menu
    Copy the full SHA
    9e16b19 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0253fb1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7fd11b1 View commit details
    Browse the repository at this point in the history
  4. fix typo

    liljonnystyle committed Jun 16, 2020
    Configuration menu
    Copy the full SHA
    c7937ff View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d523b74 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    946938a View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2020

  1. Configuration menu
    Copy the full SHA
    3857a44 View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2020

  1. cleanup to the multi-agent trainer (#971)

    - make the multi-agent trainer pretty
    - fix minor bug in Experiment.py where gen_emission had to be set or else it errored out
    AboudyKreidieh authored Jun 18, 2020
    Configuration menu
    Copy the full SHA
    5ac9828 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5746937 View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2020

  1. Configuration menu
    Copy the full SHA
    25e623a View commit details
    Browse the repository at this point in the history
  2. reduce time-bins to 10s

    liljonnystyle committed Jun 19, 2020
    Configuration menu
    Copy the full SHA
    2e76a4c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0c7de60 View commit details
    Browse the repository at this point in the history
  4. docstring fix

    akashvelu committed Jun 19, 2020
    Configuration menu
    Copy the full SHA
    71dee84 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #974 from flow-project/av-time-space-fix2

    timespace diagram merge bug fix
    akashvelu authored Jun 19, 2020
    Configuration menu
    Copy the full SHA
    973528e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    dfb1c07 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    23c55fe View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    7ac4c32 View commit details
    Browse the repository at this point in the history
  9. Merge pull request #978 from flow-project/jl-highway-tsd

    implement _get_abs_pos() for HighwayNetwork
    liljonnystyle authored Jun 19, 2020
    Configuration menu
    Copy the full SHA
    588bffd View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    5de54b7 View commit details
    Browse the repository at this point in the history
  11. remove unused import

    liljonnystyle authored Jun 19, 2020
    Configuration menu
    Copy the full SHA
    38a6d70 View commit details
    Browse the repository at this point in the history
  12. fix flake8 issues

    liljonnystyle authored Jun 19, 2020
    Configuration menu
    Copy the full SHA
    3791048 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    ed01357 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    b9fd3be View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    62ee8a0 View commit details
    Browse the repository at this point in the history
  16. implement HighwayNetwork for Time-Space Diagrams (#979)

    * implement HighwayNetwork for Time-Space Diagrams
    
    * fix flake8
    
    * PR fixes
    
    * update docstrings
    
    Co-authored-by: AboudyKreidieh <[email protected]>
    liljonnystyle and AboudyKreidieh authored Jun 19, 2020
    Configuration menu
    Copy the full SHA
    7824d88 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    01676d9 View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2020

  1. Configuration menu
    Copy the full SHA
    dd24fb0 View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2020

  1. Add I210 edgestarts

    liljonnystyle authored Jun 22, 2020
    Configuration menu
    Copy the full SHA
    4e6a9b2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    61c0885 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3a5508c View commit details
    Browse the repository at this point in the history
  4. fixed h-baselines bug (#982)

    * fixed h-baselines bug
    
    * potential bug fix
    AboudyKreidieh authored Jun 22, 2020
    Configuration menu
    Copy the full SHA
    641f724 View commit details
    Browse the repository at this point in the history
  5. Replicated changes in 867. Done bug (#980)

    * Replicated changes in 867. Changes only made to traci
    
    * Aimsun changes minus reset
    kjang96 authored Jun 22, 2020
    Configuration menu
    Copy the full SHA
    af0b4f6 View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2020

  1. Configuration menu
    Copy the full SHA
    55e10fd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3725e83 View commit details
    Browse the repository at this point in the history
  3. fix CASE syntax error

    liljonnystyle committed Jun 23, 2020
    Configuration menu
    Copy the full SHA
    f87f67a View commit details
    Browse the repository at this point in the history
  4. Merge pull request #972 from flow-project/jl-safety-metrics

    Add computation for safety metrics to pipeline
    liljonnystyle authored Jun 23, 2020
    Configuration menu
    Copy the full SHA
    2a0d9cc View commit details
    Browse the repository at this point in the history
  5. reduce time-bins to 10s

    liljonnystyle committed Jun 23, 2020
    Configuration menu
    Copy the full SHA
    54ce4ec View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    be5b853 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    55848a4 View commit details
    Browse the repository at this point in the history
  8. Merge pull request #975 from flow-project/jl-time-bins

    reduce time-bins to 10s
    liljonnystyle authored Jun 23, 2020
    Configuration menu
    Copy the full SHA
    85f65c5 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    2708287 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    e3de3db View commit details
    Browse the repository at this point in the history
  11. Merge pull request #976 from flow-project/jl-veh-counts

    count vehicles in domain for leaderboard
    liljonnystyle authored Jun 23, 2020
    Configuration menu
    Copy the full SHA
    afbfb6d View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    7f406cb View commit details
    Browse the repository at this point in the history
  13. Merge pull request #983 from flow-project/jl-leaderboard-best

    Add query to produce max score line in leaderboard
    liljonnystyle authored Jun 23, 2020
    Configuration menu
    Copy the full SHA
    ce4cdb6 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    5d897af View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2020

  1. fix some query bugs

    brentgryffindor committed Jun 24, 2020
    Configuration menu
    Copy the full SHA
    7ddf890 View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2020

  1. Configuration menu
    Copy the full SHA
    bf387f2 View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2020

  1. Configuration menu
    Copy the full SHA
    e0087e6 View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2020

  1. Configuration menu
    Copy the full SHA
    97cfdee View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e22189e View commit details
    Browse the repository at this point in the history
  3. Merge pull request #989 from flow-project/jl-tsd-mask

    Time-Space Diagram greyed regions
    liljonnystyle authored Jul 2, 2020
    Configuration menu
    Copy the full SHA
    06ff2d9 View commit details
    Browse the repository at this point in the history
  4. Reward options in I210-dev

    Add accel penalty, stop penalty, mpg reward, and ability to compute reward for any vehicles upstream of you (i.e. make you less greedy and more social)
    eugenevinitsky authored Jul 2, 2020
    Configuration menu
    Copy the full SHA
    c830f78 View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2020

  1. Configuration menu
    Copy the full SHA
    ffec4cb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9f77475 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7736cd8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8d60558 View commit details
    Browse the repository at this point in the history
  5. fix pydocstyle

    liljonnystyle committed Jul 6, 2020
    Configuration menu
    Copy the full SHA
    cb74b8c View commit details
    Browse the repository at this point in the history
  6. add docstring

    liljonnystyle committed Jul 6, 2020
    Configuration menu
    Copy the full SHA
    eb2416b View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    6ed00e3 View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2020

  1. Configuration menu
    Copy the full SHA
    b80e563 View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2020

  1. Energy class for inventorying multiple energy models (#944)

    * New energy class to inventory multiple energy models
    
    Co-authored-by: Joy Carpio <[email protected]>
    liljonnystyle and joyncarpio authored Jul 8, 2020
    Configuration menu
    Copy the full SHA
    7c9a48a View commit details
    Browse the repository at this point in the history
  2. merge custom output and failsafes to master (#981)

    * 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]>
    4 people authored Jul 8, 2020
    Configuration menu
    Copy the full SHA
    c319a6c View commit details
    Browse the repository at this point in the history
  3. add 210 edgestarts for backwards compatibility (#985)

    * 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]>
    liljonnystyle and AboudyKreidieh authored Jul 8, 2020
    Configuration menu
    Copy the full SHA
    d36da2e View commit details
    Browse the repository at this point in the history
  4. Time-Space Diagrams automatically to S3 (#993)

    * Add time-space diagram plotting to experiment.py
    liljonnystyle authored Jul 8, 2020
    Configuration menu
    Copy the full SHA
    5b7e8b2 View commit details
    Browse the repository at this point in the history
  5. Query Prereq Check (#987)

    * prereq dict added to query
    
    * prereq checking mechanism implemented, not tested yet
    
    * prereq checking tested
    
    * change to more flexible filter handling
    
    * make safety_rate and safety_max_value floats
    
    * ignore nulls in fact_top_scores
    
    * fix typo
    
    * remove unneeded import
    
    * replace uneccessary use of list to set
    
    * add queries to pre-bin histogram data
    
    * fix the serialization issue with set, convert to list before write as json
    
    * fix query
    
    * fix query
    
    * fixed query bug
    
    Co-authored-by: liljonnystyle <[email protected]>
    brentgryffindor and liljonnystyle authored Jul 8, 2020
    Configuration menu
    Copy the full SHA
    c4ba7ad View commit details
    Browse the repository at this point in the history
  6. Requirements update (#963)

    * updated requirements.txt and environment.yml
    
    * Visualizer tests fixes
    
    * remove .func
    
    Co-authored-by: akashvelu <[email protected]>
    AboudyKreidieh and akashvelu authored Jul 8, 2020
    Configuration menu
    Copy the full SHA
    b40e435 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    bb1f4f5 View commit details
    Browse the repository at this point in the history
  8. whitespace linting

    liljonnystyle committed Jul 8, 2020
    Configuration menu
    Copy the full SHA
    9f1a834 View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2020

  1. Update energy query with new power demand model (#996)

    * update tacoma power demand query, meters/Joules -> mpg conversion
    liljonnystyle authored Jul 9, 2020
    Configuration menu
    Copy the full SHA
    220994e View commit details
    Browse the repository at this point in the history
  2. Power-Demand Model fix (#995)

    * fix some implementation errors in energy models
    
    * pull i210_dev and fix flake8
    liljonnystyle authored Jul 9, 2020
    Configuration menu
    Copy the full SHA
    f1ded54 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f63cc37 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c2836e8 View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2020

  1. modify i210_replay

    brentgryffindor committed Jul 10, 2020
    Configuration menu
    Copy the full SHA
    f565904 View commit details
    Browse the repository at this point in the history
  2. add --multi_node flag

    nathanlct committed Jul 10, 2020
    Configuration menu
    Copy the full SHA
    97333cf View commit details
    Browse the repository at this point in the history
  3. Merge pull request #998 from flow-project/i210_add_multinode

    Add --multi_node flag
    nathanlct authored Jul 10, 2020
    Configuration menu
    Copy the full SHA
    f7e1d78 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b8b1ec9 View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2020

  1. fix minor flake8

    liljonnystyle committed Jul 11, 2020
    Configuration menu
    Copy the full SHA
    18f3fd2 View commit details
    Browse the repository at this point in the history
  2. Ak/i210 master merge (#994)

    * implement HighwayNetwork for Time-Space Diagrams (#979)
    
    * fixed h-baselines bug (#982)
    
    * Replicated changes in 867. Done bug (#980)
    
    * Aimsun changes minus reset
    
    * removed crash attribute
    
    * tensorflow 1.15.2
    
    * merge custom output and failsafes to master (#981)
    
    * add write_to_csv() function to master
    
    * include pipeline README.md
    
    * add data pipeline __init__
    
    * add experiment.py changes
    
    * add write_to_csv() function to master
    
    * change warning print to ValueError message
    
    * update to new update_accel methods
    
    * 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
    
    * add display_warnings boolean
    
    * add get_next_speed() function to base vehicle class
    
    * revert addition of get_next_speed
    
    * revert change to get_feasible_action call signature
    
    * change print syntax to be python3.5 compliant
    
    * add tests for new failsafe features
    
    * smooth default to True
    
    * rearrange raise exception for test coverage
    
    * moved simulation logging to the simulation kernel (#991)
    
    * add 210 edgestarts for backwards compatibility (#985)
    
    * fastforward PR 989
    
    * fix typo
    
    * Requirements update (#963)
    
    * updated requirements.txt and environment.yml
    
    * Visualizer tests fixes
    
    * remove .func
    
    * move all miles_per_* rewards to instantaneous_mpg
    
    * update reward fns to new get_accel() method
    
    * made tests faster
    
    * some fixes to utils
    
    * change the column order, modify the pipeline to use SUMO emission file
    
    * write metadata to csv
    
    * change apply_acceleration smoothness setting
    
    * make save_csv return the file paths
    
    Co-authored-by: AboudyKreidieh <[email protected]>
    Co-authored-by: liljonnystyle <[email protected]>
    Co-authored-by: Kathy Jang <[email protected]>
    Co-authored-by: Nathan Lichtlé <[email protected]>
    Co-authored-by: akashvelu <[email protected]>
    Co-authored-by: Brent Zhao <[email protected]>
    6 people authored Jul 11, 2020
    Configuration menu
    Copy the full SHA
    3ac508a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bb94c27 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d373965 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ab6732e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c0de59b View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    5f6acc2 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    7a773e3 View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2020

  1. Time-Space Diagram offset axes (#999)

    * refactor tsd to allow for axes offsets
    
    * update time-space plotter unit tests
    liljonnystyle authored Jul 12, 2020
    Configuration menu
    Copy the full SHA
    0e8be95 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    898757d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fa1561a View commit details
    Browse the repository at this point in the history
  4. Merge pull request #2 from CIRCLES-consortium/jl-update-codeowners

    Add kjang96 as codeowner
    eugenevinitsky authored Jul 12, 2020
    Configuration menu
    Copy the full SHA
    707ed4c View commit details
    Browse the repository at this point in the history
  5. rename env for CIRCLES

    liljonnystyle committed Jul 12, 2020
    Configuration menu
    Copy the full SHA
    99db8d2 View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2020

  1. Configuration menu
    Copy the full SHA
    449c223 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    349df67 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0826201 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7fb5c53 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c1670a2 View commit details
    Browse the repository at this point in the history
  6. Straight Road warmup steps to 500

    Co-authored-by: Aboudy Kreidieh <[email protected]>
    liljonnystyle and AboudyKreidieh authored Jul 13, 2020
    Configuration menu
    Copy the full SHA
    b7bbf99 View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2020

  1. Configuration menu
    Copy the full SHA
    94e4b44 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    337189f View commit details
    Browse the repository at this point in the history
  3. update repo path

    liljonnystyle committed Jul 14, 2020
    Configuration menu
    Copy the full SHA
    ae211bf View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d6f42a4 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e1e9d7c View commit details
    Browse the repository at this point in the history
  6. update conda env name

    liljonnystyle committed Jul 14, 2020
    Configuration menu
    Copy the full SHA
    aadd3a2 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    c5b1ccf View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    c0c20d3 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    0d0eeed View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    53dceb5 View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2020

  1. Configuration menu
    Copy the full SHA
    f12add4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fb74472 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0c0accd View commit details
    Browse the repository at this point in the history
  4. Merge pull request #1 from CIRCLES-consortium/i210_dev

    i210_dev as CIRCLES master
    liljonnystyle authored Jul 15, 2020
    Configuration menu
    Copy the full SHA
    581c704 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a394893 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f48eb5f View commit details
    Browse the repository at this point in the history
  7. fix flake8

    liljonnystyle committed Jul 15, 2020
    Configuration menu
    Copy the full SHA
    9987bd5 View commit details
    Browse the repository at this point in the history
  8. Add get_default_speed

    Thibaud-Ardoin committed Jul 15, 2020
    Configuration menu
    Copy the full SHA
    16e0b0d View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    cb2c404 View commit details
    Browse the repository at this point in the history
  10. fix some bugs

    brentgryffindor committed Jul 15, 2020
    Configuration menu
    Copy the full SHA
    20f349b View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    e248c1a View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2020

  1. Configuration menu
    Copy the full SHA
    ffde8ba View commit details
    Browse the repository at this point in the history
  2. fix small bugs

    brentgryffindor committed Jul 16, 2020
    Configuration menu
    Copy the full SHA
    f093205 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    68f9c55 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3e73029 View commit details
    Browse the repository at this point in the history
  5. Update i210.py

    akashvelu authored Jul 16, 2020
    Configuration menu
    Copy the full SHA
    6c387e6 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #5 from CIRCLES-consortium/akashvelu-patch-1

    Fix observed_rl_ids in i210.py
    akashvelu authored Jul 16, 2020
    Configuration menu
    Copy the full SHA
    41aa9f2 View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2020

  1. Configuration menu
    Copy the full SHA
    0c548ea View commit details
    Browse the repository at this point in the history
  2. remove unneeded import

    liljonnystyle committed Jul 17, 2020
    Configuration menu
    Copy the full SHA
    6e02a20 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d766f0d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    793eecf View commit details
    Browse the repository at this point in the history
  5. newline at eof

    liljonnystyle committed Jul 17, 2020
    Configuration menu
    Copy the full SHA
    fb121f2 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    de81a63 View commit details
    Browse the repository at this point in the history
  7. typo

    liljonnystyle committed Jul 17, 2020
    Configuration menu
    Copy the full SHA
    15753a5 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    8fcb697 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    4956003 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    4ee4d53 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    c62a031 View commit details
    Browse the repository at this point in the history
  12. New AMI

    kjang96 committed Jul 17, 2020
    Configuration menu
    Copy the full SHA
    6e6ced4 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    b01de82 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    e698db7 View commit details
    Browse the repository at this point in the history
  15. Added code shell

    kjang96 committed Jul 17, 2020
    Configuration menu
    Copy the full SHA
    0d4a90e View commit details
    Browse the repository at this point in the history
  16. Merge pull request #11 from CIRCLES-consortium/mkdir-bug

    create emission path if not existing
    liljonnystyle authored Jul 17, 2020
    Configuration menu
    Copy the full SHA
    a042b88 View commit details
    Browse the repository at this point in the history
  17. Merge pull request #10 from CIRCLES-consortium/libsumo_doc

    Added doc for libsumo installation on Mac
    kjang96 authored Jul 17, 2020
    Configuration menu
    Copy the full SHA
    279e193 View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2020

  1. Merge pull request #7 from CIRCLES-consortium/ray-local-mode

    try/except on register with warning
    liljonnystyle authored Jul 18, 2020
    Configuration menu
    Copy the full SHA
    cd8a8f7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0c8add7 View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2020

  1. Configuration menu
    Copy the full SHA
    ab6b96e View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2020

  1. Configuration menu
    Copy the full SHA
    dbbc5db View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2020

  1. Import fixes

    akashvelu committed Jul 22, 2020
    Configuration menu
    Copy the full SHA
    8ec8728 View commit details
    Browse the repository at this point in the history
  2. fix auto upload

    nathanlct committed Jul 22, 2020
    Configuration menu
    Copy the full SHA
    54ac7f3 View commit details
    Browse the repository at this point in the history
  3. fix tests

    nathanlct committed Jul 22, 2020
    Configuration menu
    Copy the full SHA
    4bf9c88 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    24feaa7 View commit details
    Browse the repository at this point in the history
  5. New data files

    akashvelu committed Jul 22, 2020
    Configuration menu
    Copy the full SHA
    43e12c9 View commit details
    Browse the repository at this point in the history
  6. new data files

    akashvelu committed Jul 22, 2020
    Configuration menu
    Copy the full SHA
    8ceb558 View commit details
    Browse the repository at this point in the history
  7. Fixed import issue

    akashvelu committed Jul 22, 2020
    Configuration menu
    Copy the full SHA
    27a9f79 View commit details
    Browse the repository at this point in the history
  8. Fix more import statements

    akashvelu committed Jul 22, 2020
    Configuration menu
    Copy the full SHA
    04e9d96 View commit details
    Browse the repository at this point in the history
  9. Fix import

    akashvelu committed Jul 22, 2020
    Configuration menu
    Copy the full SHA
    0581e48 View commit details
    Browse the repository at this point in the history
  10. Remove print statement

    akashvelu committed Jul 22, 2020
    Configuration menu
    Copy the full SHA
    0f288a9 View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2020

  1. Configuration menu
    Copy the full SHA
    176debe View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d817106 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #15 from CIRCLES-consortium/akash-patch

    Upgrade Ray to 0.8.4
    akashvelu authored Jul 23, 2020
    Configuration menu
    Copy the full SHA
    abeb53a View commit details
    Browse the repository at this point in the history
  4. v_Des change

    brentgryffindor committed Jul 23, 2020
    Configuration menu
    Copy the full SHA
    c7983d7 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a4685bd View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5552d7a View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    5e23ec6 View commit details
    Browse the repository at this point in the history
  8. Merge pull request #6 from CIRCLES-consortium/jl-fix-queries

    Fix pipeline queries
    liljonnystyle authored Jul 23, 2020
    Configuration menu
    Copy the full SHA
    1829f55 View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2020

  1. Configuration menu
    Copy the full SHA
    e053e4c View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2020

  1. apply fix

    nathanlct committed Jul 26, 2020
    Configuration menu
    Copy the full SHA
    6be50ae View commit details
    Browse the repository at this point in the history
  2. set no_done_at_end to True

    nathanlct committed Jul 26, 2020
    Configuration menu
    Copy the full SHA
    fbb6772 View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2020

  1. Configuration menu
    Copy the full SHA
    fbf2b45 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e7d1e55 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b403d55 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    07b3e0a View commit details
    Browse the repository at this point in the history
  5. style fix

    brentgryffindor committed Jul 27, 2020
    Configuration menu
    Copy the full SHA
    4a64c77 View commit details
    Browse the repository at this point in the history
  6. style fix

    brentgryffindor committed Jul 27, 2020
    Configuration menu
    Copy the full SHA
    6a2b7da View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    62fdf9c View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2020

  1. Configuration menu
    Copy the full SHA
    ddb000f View commit details
    Browse the repository at this point in the history
  2. fix a comment

    brentgryffindor committed Jul 28, 2020
    Configuration menu
    Copy the full SHA
    24c9f8f View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2020

  1. 3D Safety Metrics Query (#20)

    * add new 3d safety metrics query
    
    Co-authored-by: Brent Zhao <[email protected]>
    liljonnystyle and brentgryffindor authored Jul 29, 2020
    Configuration menu
    Copy the full SHA
    71b7a40 View commit details
    Browse the repository at this point in the history
  2. Network speed query (#19)

    * add query for network speed and update leaderboard chart
    liljonnystyle authored Jul 29, 2020
    Configuration menu
    Copy the full SHA
    df977c3 View commit details
    Browse the repository at this point in the history
  3. Add Prius energy model to pipeline (#16)

    * add preliminary Prius model to queries
    liljonnystyle authored Jul 29, 2020
    Configuration menu
    Copy the full SHA
    d1ceb7d View commit details
    Browse the repository at this point in the history
  4. fix test_examples

    brentgryffindor committed Jul 29, 2020
    Configuration menu
    Copy the full SHA
    23014b9 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f6ea69c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    6256da1 View commit details
    Browse the repository at this point in the history
  7. fix style

    brentgryffindor committed Jul 29, 2020
    Configuration menu
    Copy the full SHA
    9c5c548 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    829d8b0 View commit details
    Browse the repository at this point in the history
  9. update network string

    liljonnystyle committed Jul 29, 2020
    Configuration menu
    Copy the full SHA
    759ba8f View commit details
    Browse the repository at this point in the history
  10. remove extra % sign

    liljonnystyle committed Jul 29, 2020
    Configuration menu
    Copy the full SHA
    617f5c7 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    fc80d6e View commit details
    Browse the repository at this point in the history
  12. Ak/brent consolidate visualize (#14)

    * added h-baselines visualizer
    AboudyKreidieh authored Jul 29, 2020
    Configuration menu
    Copy the full SHA
    ccacc57 View commit details
    Browse the repository at this point in the history
  13. update imports

    liljonnystyle committed Jul 29, 2020
    Configuration menu
    Copy the full SHA
    38e4401 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    6d83aa4 View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2020

  1. some cleanup

    AboudyKreidieh committed Jul 30, 2020
    Configuration menu
    Copy the full SHA
    6797acf View commit details
    Browse the repository at this point in the history
  2. speedup

    AboudyKreidieh committed Jul 30, 2020
    Configuration menu
    Copy the full SHA
    c10c385 View commit details
    Browse the repository at this point in the history
  3. add docstring

    brentgryffindor committed Jul 30, 2020
    Configuration menu
    Copy the full SHA
    52af067 View commit details
    Browse the repository at this point in the history
  4. style fix

    brentgryffindor committed Jul 30, 2020
    Configuration menu
    Copy the full SHA
    4a90be8 View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2020

  1. Add Prius-fit energy model (#21)

    * add Prius-fit model
    liljonnystyle authored Jul 31, 2020
    Configuration menu
    Copy the full SHA
    3936955 View commit details
    Browse the repository at this point in the history
  2. hide queue urls

    brentgryffindor committed Jul 31, 2020
    Configuration menu
    Copy the full SHA
    34fccd3 View commit details
    Browse the repository at this point in the history
  3. bug fix

    AboudyKreidieh committed Jul 31, 2020
    Configuration menu
    Copy the full SHA
    9a94d9c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    58820ba View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    fa345a2 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    9e005cb View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    709a6b1 View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2020

  1. Configuration menu
    Copy the full SHA
    f699aab View commit details
    Browse the repository at this point in the history
  2. Merge pull request #17 from CIRCLES-consortium/fix_no_done_at_end

    Fix no_done_at_end bug
    eugenevinitsky authored Aug 1, 2020
    Configuration menu
    Copy the full SHA
    a01b7ee View commit details
    Browse the repository at this point in the history
  3. style fix

    brentgryffindor committed Aug 1, 2020
    Configuration menu
    Copy the full SHA
    fc81e03 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b14c5f0 View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2020

  1. Merge pull request #12 from CIRCLES-consortium/i210_auto_upload

    Automatic leaderboard upload at the end of I210 training
    nathanlct authored Aug 3, 2020
    Configuration menu
    Copy the full SHA
    25c40b5 View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2020

  1. Flake8

    eugenevinitsky committed Aug 4, 2020
    Configuration menu
    Copy the full SHA
    b1c9833 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    58f1379 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0f5a3d7 View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2020

  1. Configuration menu
    Copy the full SHA
    95f1a19 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    47a82e6 View commit details
    Browse the repository at this point in the history
  3. Compute Prius & Tacoma metrics together (#25)

    * refactor inflows/outflows query and loc_filter
    
    * output tacoma and prius metrics
    
    * update MPGe conversion for prius
    liljonnystyle authored Aug 6, 2020
    Configuration menu
    Copy the full SHA
    a45abc1 View commit details
    Browse the repository at this point in the history
  4. Fixed AMI

    kjang96 committed Aug 6, 2020
    Configuration menu
    Copy the full SHA
    a771cbb View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9b803d5 View commit details
    Browse the repository at this point in the history
  6. Add simlink

    eugenevinitsky committed Aug 6, 2020
    Configuration menu
    Copy the full SHA
    bb3858c View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2020

  1. Configuration menu
    Copy the full SHA
    9f0a5a1 View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2020

  1. Merge pull request #30 from CIRCLES-consortium/speedup

    speedup to vehicle update() method
    AboudyKreidieh authored Aug 8, 2020
    Configuration menu
    Copy the full SHA
    c1987ba View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2020

  1. fix some query issues

    brentgryffindor committed Aug 10, 2020
    Configuration menu
    Copy the full SHA
    d027367 View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2020

  1. style fix

    brentgryffindor committed Aug 12, 2020
    Configuration menu
    Copy the full SHA
    43c1b53 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2eb11af View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    143df1e View commit details
    Browse the repository at this point in the history
  4. Merge pull request #36 from CIRCLES-consortium/jl-fuel-economy-bins

    Fuel Economy histo bins
    brentgryffindor authored Aug 12, 2020
    Configuration menu
    Copy the full SHA
    82dbc80 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    52c516a View commit details
    Browse the repository at this point in the history
  6. Merge pull request #37 from CIRCLES-consortium/jl-fuel-economy-bins

    Update Prius model histo bin range
    liljonnystyle authored Aug 12, 2020
    Configuration menu
    Copy the full SHA
    5d07dd9 View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2020

  1. Merge pull request #4 from CIRCLES-consortium/brent-consolidate-visua…

    …lize
    
    Runner Scripts Consolidation
    AboudyKreidieh authored Aug 13, 2020
    Configuration menu
    Copy the full SHA
    2bc2677 View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2020

  1. Configuration menu
    Copy the full SHA
    cfb2889 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7a4ae51 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f1aee1c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ab98d36 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    69806fa View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2020

  1. Configuration menu
    Copy the full SHA
    193ebae View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2020

  1. fix i210 replay

    nathanlct committed Aug 16, 2020
    Configuration menu
    Copy the full SHA
    34c9702 View commit details
    Browse the repository at this point in the history
  2. shutdown ray before init

    nathanlct authored Aug 16, 2020
    Configuration menu
    Copy the full SHA
    d6d3630 View commit details
    Browse the repository at this point in the history
  3. fix wrong rl action fn

    nathanlct authored Aug 16, 2020
    Configuration menu
    Copy the full SHA
    2754567 View commit details
    Browse the repository at this point in the history
  4. fix file name

    nathanlct authored Aug 16, 2020
    Configuration menu
    Copy the full SHA
    c96eea5 View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2020

  1. fix pep8

    nathanlct authored Aug 17, 2020
    Configuration menu
    Copy the full SHA
    cbe93f6 View commit details
    Browse the repository at this point in the history
  2. fix pep8

    nathanlct authored Aug 17, 2020
    Configuration menu
    Copy the full SHA
    8c75aa4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    785c5d6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d8a2954 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #44 from CIRCLES-consortium/deterministic-replay

    Compute actions with explore=False
    eugenevinitsky authored Aug 17, 2020
    Configuration menu
    Copy the full SHA
    ade3ecf View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b9157c6 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #39 from CIRCLES-consortium/yashar_lane_change

    Rutger's Lane Change Model
    eugenevinitsky authored Aug 17, 2020
    Configuration menu
    Copy the full SHA
    584f1c0 View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2020

  1. Configuration menu
    Copy the full SHA
    e151a12 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f7803c9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    02b2cde View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a95a114 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ec71377 View commit details
    Browse the repository at this point in the history