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

Release version 1.0.2 #1819

Merged
merged 3,101 commits into from
Jan 28, 2023
Merged

Release version 1.0.2 #1819

merged 3,101 commits into from
Jan 28, 2023
This pull request is big! We’re only showing the most recent 250 commits.

Commits on Nov 28, 2022

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

Commits on Nov 30, 2022

  1. Envision: "All Simulation" Button (#1761)

    * remove dropdown and add "all simulation" button
    
    * changes and format
    
    * index.html
    
    * add main.js main.js.map via upload
    qianyi-sun authored Nov 30, 2022
    Configuration menu
    Copy the full SHA
    9e25652 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f586f33 View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2022

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

Commits on Dec 6, 2022

  1. Configuration menu
    Copy the full SHA
    9904e94 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    04dcdfa View commit details
    Browse the repository at this point in the history
  3. GitHub Actions: Format

    Gamenot committed Dec 6, 2022
    Configuration menu
    Copy the full SHA
    dbb44fc View commit details
    Browse the repository at this point in the history
  4. Fix Envision visualization issue in "near real time" mode (#1766)

    * increase buffersize to 10000 to prevent old frame deletion, and set max elapsed time change to 100
    
    * Delete package-lock.json
    
    * restore package-lock.json
    
    * delt_elapsed_time_in_sec -> deltaElapsedMs, add another semicolons
    
    * update changelog
    
    * correct entry to the right category in changelog
    qianyi-sun authored Dec 6, 2022
    Configuration menu
    Copy the full SHA
    9c823a5 View commit details
    Browse the repository at this point in the history
  5. GitHub Actions: Format

    qianyi-sun committed Dec 6, 2022
    Configuration menu
    Copy the full SHA
    3d7a1ae View commit details
    Browse the repository at this point in the history

Commits on Dec 8, 2022

  1. Test rllibhiwayenv directly (#1769)

    * Ensure test workers are torn down.
    
    * Set num cpus at 2
    
    * Make Rllib test very fast.
    
    * Actually use rllib_hiway
    
    * Scrap tune in test.
    
    * Remove imports
    Gamenot authored Dec 8, 2022
    Configuration menu
    Copy the full SHA
    82a05a7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    280d478 View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2022

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

Commits on Dec 14, 2022

  1. Configuration menu
    Copy the full SHA
    f85dfb8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a142b6e View commit details
    Browse the repository at this point in the history
  3. GitHub Actions: Format

    Adaickalavan committed Dec 14, 2022
    Configuration menu
    Copy the full SHA
    98706f9 View commit details
    Browse the repository at this point in the history
  4. Suppress TraCI Error on simulationStep (#1770)

    * Suppress traci error during simulation step
    
    * Add comment
    saulfield authored Dec 14, 2022
    Configuration menu
    Copy the full SHA
    44012d8 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    46acf1a View commit details
    Browse the repository at this point in the history

Commits on Dec 16, 2022

  1. Suppress the DeprecationWarning caused by the trimesh package (#1774

    )
    
    * suppress trimesh warnings
    
    * make warning more specific
    qianyi-sun authored Dec 16, 2022
    Configuration menu
    Copy the full SHA
    67d58a7 View commit details
    Browse the repository at this point in the history
  2. Scenario Caching (#1764)

    * Implement partial build and caching for scenarios
    
    * Refactor scenario caching, use SMARTS version in hash function
    
    * Add a build/ directory for all scenario artifacts
    
    * Type fix
    
    * Type fix
    
    * Cache glb file, track map file hash, refactoring
    
    * Test fixes
    
    * Test fixes
    
    * Update changelog, make gen_ functions private, and update scenarios
    
    * Warn if gen_* functions called externally. Type fix.
    
    * Update docs
    
    * Remove ultra files
    
    * Fix overwrite issue
    
    * Apply suggestions from code review
    
    Co-authored-by: Tucker Alban <[email protected]>
    
    * Update changelog
    
    * Update scenarios
    
    * Changes from review
    
    * Removed unused seed params. Made gen_* functions public.
    
    * Remove map offset param in build_scenarios, add test for scenario caching
    
    Co-authored-by: Tucker Alban <[email protected]>
    saulfield and Gamenot authored Dec 16, 2022
    Configuration menu
    Copy the full SHA
    5fe0964 View commit details
    Browse the repository at this point in the history
  3. GitHub Actions: Format

    saulfield committed Dec 16, 2022
    Configuration menu
    Copy the full SHA
    2872a54 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b8bf14f View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2022

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

Commits on Dec 21, 2022

  1. rename all occurrences from benchmark to diagnostic (#1780)

    * rename all occurrences from `benchmark` to `diagnostic`
    
    * reverse gitignore after pushing .shf files
    qianyi-sun authored Dec 21, 2022
    Configuration menu
    Copy the full SHA
    9aea454 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e52bfc8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    237c29a View commit details
    Browse the repository at this point in the history

Commits on Dec 23, 2022

  1. Fix open-agent setup error. (#1785)

    * Fix import error by moving version information to resource file.
    
    * Update readme.
    Gamenot authored Dec 23, 2022
    Configuration menu
    Copy the full SHA
    57e8ba8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bdc1eb6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b5e2a86 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    491acb2 View commit details
    Browse the repository at this point in the history

Commits on Dec 24, 2022

  1. Configuration menu
    Copy the full SHA
    376bceb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9e11f51 View commit details
    Browse the repository at this point in the history

Commits on Dec 26, 2022

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

Commits on Dec 28, 2022

  1. Configuration menu
    Copy the full SHA
    a054332 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3754e9f View commit details
    Browse the repository at this point in the history

Commits on Dec 29, 2022

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

Commits on Jan 2, 2023

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

Commits on Jan 5, 2023

  1. Configuration menu
    Copy the full SHA
    14149b5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    31d3e8f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2c89263 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    bdf7566 View commit details
    Browse the repository at this point in the history
  5. Update CHANGELOG.md

    Gamenot committed Jan 5, 2023
    Configuration menu
    Copy the full SHA
    17fd99a View commit details
    Browse the repository at this point in the history
  6. Fix doctest.

    Gamenot committed Jan 5, 2023
    Configuration menu
    Copy the full SHA
    be6c93e View commit details
    Browse the repository at this point in the history
  7. Fix for python3.7

    Gamenot committed Jan 5, 2023
    Configuration menu
    Copy the full SHA
    2654227 View commit details
    Browse the repository at this point in the history
  8. Make format.

    Gamenot committed Jan 5, 2023
    Configuration menu
    Copy the full SHA
    2b56a6f View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    e43b27f View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    181b054 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    1fbd0b6 View commit details
    Browse the repository at this point in the history
  12. Fix route finding bug.

    Gamenot committed Jan 5, 2023
    Configuration menu
    Copy the full SHA
    69f2f97 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    a60116c View commit details
    Browse the repository at this point in the history
  14. Optimize connection check.

    Gamenot committed Jan 5, 2023
    Configuration menu
    Copy the full SHA
    310628c View commit details
    Browse the repository at this point in the history
  15. Fix formatting

    Gamenot committed Jan 5, 2023
    Configuration menu
    Copy the full SHA
    603db5e View commit details
    Browse the repository at this point in the history
  16. Support up to SUMO 1.15.0

    Gamenot committed Jan 5, 2023
    Configuration menu
    Copy the full SHA
    f8ad21b View commit details
    Browse the repository at this point in the history
  17. Update changelog.

    Gamenot committed Jan 5, 2023
    Configuration menu
    Copy the full SHA
    99444ea View commit details
    Browse the repository at this point in the history
  18. Fix type errors

    Gamenot committed Jan 5, 2023
    Configuration menu
    Copy the full SHA
    2579d55 View commit details
    Browse the repository at this point in the history
  19. Loosen sumo version

    Gamenot committed Jan 5, 2023
    Configuration menu
    Copy the full SHA
    9f0c8a9 View commit details
    Browse the repository at this point in the history
  20. Fix minimum sumo version

    Gamenot committed Jan 5, 2023
    Configuration menu
    Copy the full SHA
    4e492c5 View commit details
    Browse the repository at this point in the history
  21. Remove SUMO home test.

    Gamenot committed Jan 5, 2023
    Configuration menu
    Copy the full SHA
    89babdc View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    529933d View commit details
    Browse the repository at this point in the history
  23. Update CHANGELOG.md

    Gamenot committed Jan 5, 2023
    Configuration menu
    Copy the full SHA
    479d2f1 View commit details
    Browse the repository at this point in the history
  24. Update CHANGELOG.md

    Gamenot committed Jan 5, 2023
    Configuration menu
    Copy the full SHA
    949ae1a View commit details
    Browse the repository at this point in the history
  25. Update CHANGELOG.md

    Gamenot committed Jan 5, 2023
    Configuration menu
    Copy the full SHA
    9d1d960 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    a0fa12e View commit details
    Browse the repository at this point in the history
  27. Move sleep out of utility.

    Gamenot committed Jan 5, 2023
    Configuration menu
    Copy the full SHA
    eee9d3e View commit details
    Browse the repository at this point in the history
  28. Raise exception still.

    Gamenot committed Jan 5, 2023
    Configuration menu
    Copy the full SHA
    ea346f8 View commit details
    Browse the repository at this point in the history
  29. Try optimization

    Gamenot committed Jan 5, 2023
    Configuration menu
    Copy the full SHA
    3286b94 View commit details
    Browse the repository at this point in the history
  30. Improve the code quality.

    Gamenot committed Jan 5, 2023
    Configuration menu
    Copy the full SHA
    d510122 View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    2cc0f75 View commit details
    Browse the repository at this point in the history
  32. Envision map fix (#1790)

    * Use scenario root for map file hash in envision
    
    * Update envision/server.py
    
    Co-authored-by: adai <[email protected]>
    
    Co-authored-by: adai <[email protected]>
    saulfield and Adaickalavan authored Jan 5, 2023
    Configuration menu
    Copy the full SHA
    6558768 View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2023

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

Commits on Jan 13, 2023

  1. Configuration menu
    Copy the full SHA
    94f72fa View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    754ebf2 View commit details
    Browse the repository at this point in the history
  3. GitHub Actions: Format

    Adaickalavan committed Jan 13, 2023
    Configuration menu
    Copy the full SHA
    ca1e5fd View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2023

  1. Fix notebook env

    Gamenot committed Jan 16, 2023
    Configuration menu
    Copy the full SHA
    d3d11e6 View commit details
    Browse the repository at this point in the history
  2. Revert "Remove unused utility."

    This reverts commit e5e3c48.
    Gamenot committed Jan 16, 2023
    Configuration menu
    Copy the full SHA
    5127862 View commit details
    Browse the repository at this point in the history
  3. Add local version

    Gamenot committed Jan 16, 2023
    Configuration menu
    Copy the full SHA
    c2b0b83 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7caed9d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    cab6cc1 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    97e35b5 View commit details
    Browse the repository at this point in the history
  7. GitHub Actions: Format

    Gamenot committed Jan 16, 2023
    Configuration menu
    Copy the full SHA
    2e51118 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    368ad92 View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2023

  1. Add road lines to RGB image observations (#1796)

    * Add roadlines to rgb observation
    
    * Save roadlines as glbs
    
    * Type fix
    saulfield authored Jan 18, 2023
    Configuration menu
    Copy the full SHA
    cba794a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7fd2909 View commit details
    Browse the repository at this point in the history
  3. GitHub Actions: Format

    saulfield committed Jan 18, 2023
    Configuration menu
    Copy the full SHA
    e9778cf View commit details
    Browse the repository at this point in the history

Commits on Jan 20, 2023

  1. Configuration menu
    Copy the full SHA
    9d94323 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    23cd773 View commit details
    Browse the repository at this point in the history
  3. GitHub Actions: Format

    Adaickalavan committed Jan 20, 2023
    Configuration menu
    Copy the full SHA
    97a00df View commit details
    Browse the repository at this point in the history
  4. Add base environment

    Gamenot committed Jan 20, 2023
    Configuration menu
    Copy the full SHA
    66cceab View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    fca2e29 View commit details
    Browse the repository at this point in the history
  6. Simplify format_obs changes.

    Gamenot committed Jan 20, 2023
    Configuration menu
    Copy the full SHA
    0f2db62 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    5507637 View commit details
    Browse the repository at this point in the history
  8. Update documentation.

    Gamenot committed Jan 20, 2023
    Configuration menu
    Copy the full SHA
    8d0d0ae View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    70d9beb View commit details
    Browse the repository at this point in the history
  10. Fix name of attribute.

    Gamenot committed Jan 20, 2023
    Configuration menu
    Copy the full SHA
    1515d71 View commit details
    Browse the repository at this point in the history
  11. Update an example.

    Gamenot committed Jan 20, 2023
    Configuration menu
    Copy the full SHA
    70de5f7 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    5ccd6e4 View commit details
    Browse the repository at this point in the history
  13. Fix leftover warning.

    Gamenot committed Jan 20, 2023
    Configuration menu
    Copy the full SHA
    8a292bb View commit details
    Browse the repository at this point in the history
  14. Fix multi-line string.

    Gamenot committed Jan 20, 2023
    Configuration menu
    Copy the full SHA
    009fe93 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    2d221d8 View commit details
    Browse the repository at this point in the history
  16. Fix new action.

    Gamenot committed Jan 20, 2023
    Configuration menu
    Copy the full SHA
    13513bb View commit details
    Browse the repository at this point in the history
  17. Add conversion utility.

    Gamenot committed Jan 20, 2023
    Configuration menu
    Copy the full SHA
    7bc7e07 View commit details
    Browse the repository at this point in the history
  18. Add missing header.

    Gamenot committed Jan 20, 2023
    Configuration menu
    Copy the full SHA
    7cf5a9f View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    968e276 View commit details
    Browse the repository at this point in the history
  20. Update metrics.

    Gamenot committed Jan 20, 2023
    Configuration menu
    Copy the full SHA
    dac40a8 View commit details
    Browse the repository at this point in the history
  21. Update examples.

    Gamenot committed Jan 20, 2023
    Configuration menu
    Copy the full SHA
    ea9a6c0 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    59b4ae6 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    e0aa773 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    34ac0dc View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    f9f11ad View commit details
    Browse the repository at this point in the history
  26. Remove unused imports.

    Gamenot committed Jan 20, 2023
    Configuration menu
    Copy the full SHA
    73aeba9 View commit details
    Browse the repository at this point in the history
  27. Update test examples.

    Gamenot committed Jan 20, 2023
    Configuration menu
    Copy the full SHA
    954a547 View commit details
    Browse the repository at this point in the history
  28. Fix string warning.

    Gamenot committed Jan 20, 2023
    Configuration menu
    Copy the full SHA
    b07188b View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    5d6b6b7 View commit details
    Browse the repository at this point in the history
  30. Fix gymnasium warnings.

    Gamenot committed Jan 20, 2023
    Configuration menu
    Copy the full SHA
    eb057ed View commit details
    Browse the repository at this point in the history
  31. make format

    Gamenot committed Jan 20, 2023
    Configuration menu
    Copy the full SHA
    08f5c02 View commit details
    Browse the repository at this point in the history
  32. Update resource loading.

    Gamenot committed Jan 20, 2023
    Configuration menu
    Copy the full SHA
    cb0d9dc View commit details
    Browse the repository at this point in the history
  33. Benchmark

    Gamenot committed Jan 20, 2023
    Configuration menu
    Copy the full SHA
    9a024b3 View commit details
    Browse the repository at this point in the history
  34. Configuration menu
    Copy the full SHA
    05f7f33 View commit details
    Browse the repository at this point in the history
  35. Configuration menu
    Copy the full SHA
    cd8d48c View commit details
    Browse the repository at this point in the history
  36. Configuration menu
    Copy the full SHA
    f67ce1c View commit details
    Browse the repository at this point in the history
  37. Update observations.

    Gamenot committed Jan 20, 2023
    Configuration menu
    Copy the full SHA
    5c2ed17 View commit details
    Browse the repository at this point in the history
  38. Make format.

    Gamenot committed Jan 20, 2023
    Configuration menu
    Copy the full SHA
    3b89aea View commit details
    Browse the repository at this point in the history
  39. Make goals immutable

    Gamenot committed Jan 20, 2023
    Configuration menu
    Copy the full SHA
    4996ffb View commit details
    Browse the repository at this point in the history
  40. Configuration menu
    Copy the full SHA
    330eadd View commit details
    Browse the repository at this point in the history
  41. Add scl benchmark utilities.

    Gamenot committed Jan 20, 2023
    Configuration menu
    Copy the full SHA
    1e201d3 View commit details
    Browse the repository at this point in the history
  42. Configuration menu
    Copy the full SHA
    edfbb78 View commit details
    Browse the repository at this point in the history
  43. Update Makefile

    Co-authored-by: adai <[email protected]>
    Gamenot and Adaickalavan committed Jan 20, 2023
    Configuration menu
    Copy the full SHA
    c162cfa View commit details
    Browse the repository at this point in the history
  44. Configuration menu
    Copy the full SHA
    40026d7 View commit details
    Browse the repository at this point in the history
  45. Configuration menu
    Copy the full SHA
    48f7d65 View commit details
    Browse the repository at this point in the history
  46. Add Score object for metrics.

    Gamenot committed Jan 20, 2023
    Configuration menu
    Copy the full SHA
    0150194 View commit details
    Browse the repository at this point in the history
  47. Configuration menu
    Copy the full SHA
    b2ceaa4 View commit details
    Browse the repository at this point in the history
  48. Fix spelling error.

    Gamenot committed Jan 20, 2023
    Configuration menu
    Copy the full SHA
    ee8241e View commit details
    Browse the repository at this point in the history
  49. Configuration menu
    Copy the full SHA
    c8498f2 View commit details
    Browse the repository at this point in the history
  50. Fix symantics error.

    Gamenot committed Jan 20, 2023
    Configuration menu
    Copy the full SHA
    66c5944 View commit details
    Browse the repository at this point in the history
  51. Configuration menu
    Copy the full SHA
    a1b2192 View commit details
    Browse the repository at this point in the history
  52. Configuration menu
    Copy the full SHA
    273d3c7 View commit details
    Browse the repository at this point in the history
  53. make format.

    Gamenot committed Jan 20, 2023
    Configuration menu
    Copy the full SHA
    eb3e4f9 View commit details
    Browse the repository at this point in the history
  54. Configuration menu
    Copy the full SHA
    076db5b View commit details
    Browse the repository at this point in the history
  55. Configuration menu
    Copy the full SHA
    1b0d595 View commit details
    Browse the repository at this point in the history
  56. Configuration menu
    Copy the full SHA
    1634d42 View commit details
    Browse the repository at this point in the history
  57. Configuration menu
    Copy the full SHA
    94aea72 View commit details
    Browse the repository at this point in the history
  58. Configuration menu
    Copy the full SHA
    54ce994 View commit details
    Browse the repository at this point in the history
  59. Configuration menu
    Copy the full SHA
    63143b7 View commit details
    Browse the repository at this point in the history
  60. Configuration menu
    Copy the full SHA
    b427f7b View commit details
    Browse the repository at this point in the history
  61. Configuration menu
    Copy the full SHA
    48702c0 View commit details
    Browse the repository at this point in the history
  62. Configuration menu
    Copy the full SHA
    72bcfde View commit details
    Browse the repository at this point in the history
  63. Move agent config.

    Gamenot committed Jan 20, 2023
    Configuration menu
    Copy the full SHA
    42bf624 View commit details
    Browse the repository at this point in the history
  64. Configuration menu
    Copy the full SHA
    ddc0769 View commit details
    Browse the repository at this point in the history
  65. Remove redundant assignment.

    Gamenot committed Jan 20, 2023
    Configuration menu
    Copy the full SHA
    fab95b0 View commit details
    Browse the repository at this point in the history
  66. Remove needless type check.

    Gamenot committed Jan 20, 2023
    Configuration menu
    Copy the full SHA
    3baf000 View commit details
    Browse the repository at this point in the history
  67. Fix dictionary unpack.

    Gamenot committed Jan 20, 2023
    Configuration menu
    Copy the full SHA
    b9d4a05 View commit details
    Browse the repository at this point in the history
  68. Configuration menu
    Copy the full SHA
    9de9af2 View commit details
    Browse the repository at this point in the history
  69. Configuration menu
    Copy the full SHA
    6c7d237 View commit details
    Browse the repository at this point in the history
  70. Cache space value.

    Gamenot committed Jan 20, 2023
    Configuration menu
    Copy the full SHA
    4e60ccc View commit details
    Browse the repository at this point in the history
  71. Configuration menu
    Copy the full SHA
    ee8fd40 View commit details
    Browse the repository at this point in the history
  72. Rename hiway env v1 example.

    Gamenot committed Jan 20, 2023
    Configuration menu
    Copy the full SHA
    fdccd56 View commit details
    Browse the repository at this point in the history
  73. Configuration menu
    Copy the full SHA
    32dda7e View commit details
    Browse the repository at this point in the history
  74. Configuration menu
    Copy the full SHA
    3f26597 View commit details
    Browse the repository at this point in the history
  75. Configuration menu
    Copy the full SHA
    f32f1d8 View commit details
    Browse the repository at this point in the history
  76. Make format

    Gamenot committed Jan 20, 2023
    Configuration menu
    Copy the full SHA
    50efcfb View commit details
    Browse the repository at this point in the history
  77. Condense imports.

    Gamenot committed Jan 20, 2023
    Configuration menu
    Copy the full SHA
    affa032 View commit details
    Browse the repository at this point in the history
  78. Configuration menu
    Copy the full SHA
    9a27d1f View commit details
    Browse the repository at this point in the history
  79. Remove EpisodeLimit wrapper.

    Gamenot committed Jan 20, 2023
    Configuration menu
    Copy the full SHA
    7100a3c View commit details
    Browse the repository at this point in the history
  80. Add missing sstudio import.

    Gamenot committed Jan 20, 2023
    Configuration menu
    Copy the full SHA
    900b68f View commit details
    Browse the repository at this point in the history
  81. Configuration menu
    Copy the full SHA
    75748df View commit details
    Browse the repository at this point in the history
  82. Clean up comments.

    Gamenot committed Jan 20, 2023
    Configuration menu
    Copy the full SHA
    3b42f75 View commit details
    Browse the repository at this point in the history
  83. Configuration menu
    Copy the full SHA
    5ef2f33 View commit details
    Browse the repository at this point in the history
  84. Configuration menu
    Copy the full SHA
    273861c View commit details
    Browse the repository at this point in the history
  85. Fix issues with rebase.

    Gamenot committed Jan 20, 2023
    Configuration menu
    Copy the full SHA
    a373ded View commit details
    Browse the repository at this point in the history
  86. Update hiway env v1 example.

    Gamenot committed Jan 20, 2023
    Configuration menu
    Copy the full SHA
    248630f View commit details
    Browse the repository at this point in the history
  87. Fix rebase issues.

    Gamenot committed Jan 20, 2023
    Configuration menu
    Copy the full SHA
    b750c8c View commit details
    Browse the repository at this point in the history
  88. Configuration menu
    Copy the full SHA
    52740b6 View commit details
    Browse the repository at this point in the history
  89. Configuration menu
    Copy the full SHA
    1235287 View commit details
    Browse the repository at this point in the history
  90. Remove useless examples.

    Gamenot committed Jan 20, 2023
    Configuration menu
    Copy the full SHA
    7f7210a View commit details
    Browse the repository at this point in the history
  91. Configuration menu
    Copy the full SHA
    1683004 View commit details
    Browse the repository at this point in the history
  92. Fill out auto-install

    Gamenot committed Jan 20, 2023
    Configuration menu
    Copy the full SHA
    70b1841 View commit details
    Browse the repository at this point in the history
  93. Configuration menu
    Copy the full SHA
    866b61d View commit details
    Browse the repository at this point in the history
  94. Document hiway env v1.

    Gamenot committed Jan 20, 2023
    Configuration menu
    Copy the full SHA
    7de62f1 View commit details
    Browse the repository at this point in the history
  95. Fix test observations.

    Gamenot committed Jan 20, 2023
    Configuration menu
    Copy the full SHA
    456e9af View commit details
    Browse the repository at this point in the history
  96. Remove useless docstring.

    Gamenot committed Jan 20, 2023
    Configuration menu
    Copy the full SHA
    0eff7d0 View commit details
    Browse the repository at this point in the history
  97. Configuration menu
    Copy the full SHA
    e9898ca View commit details
    Browse the repository at this point in the history
  98. Configuration menu
    Copy the full SHA
    9b247a0 View commit details
    Browse the repository at this point in the history
  99. Configuration menu
    Copy the full SHA
    55938c8 View commit details
    Browse the repository at this point in the history
  100. Configuration menu
    Copy the full SHA
    6ddfc98 View commit details
    Browse the repository at this point in the history

Commits on Jan 21, 2023

  1. Make worker logging explicit.

    Gamenot committed Jan 21, 2023
    Configuration menu
    Copy the full SHA
    ed949f1 View commit details
    Browse the repository at this point in the history
  2. Fix cpu affinity check

    Gamenot committed Jan 21, 2023
    Configuration menu
    Copy the full SHA
    69530e2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0019be4 View commit details
    Browse the repository at this point in the history
  4. Fix sanity-test

    Gamenot committed Jan 21, 2023
    Configuration menu
    Copy the full SHA
    a189c33 View commit details
    Browse the repository at this point in the history
  5. Fix format obs.

    Gamenot committed Jan 21, 2023
    Configuration menu
    Copy the full SHA
    d3ce602 View commit details
    Browse the repository at this point in the history
  6. Update metrics test.

    Gamenot committed Jan 21, 2023
    Configuration menu
    Copy the full SHA
    9fb7bd1 View commit details
    Browse the repository at this point in the history
  7. Fix rgb image test.

    Gamenot committed Jan 21, 2023
    Configuration menu
    Copy the full SHA
    857959a View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    d57a99b View commit details
    Browse the repository at this point in the history
  9. Fix pytype complaint.

    Gamenot committed Jan 21, 2023
    Configuration menu
    Copy the full SHA
    088ea36 View commit details
    Browse the repository at this point in the history
  10. Make format.

    Gamenot committed Jan 21, 2023
    Configuration menu
    Copy the full SHA
    05dd059 View commit details
    Browse the repository at this point in the history
  11. Revert rl racing example.

    Gamenot committed Jan 21, 2023
    Configuration menu
    Copy the full SHA
    56a4bae View commit details
    Browse the repository at this point in the history
  12. Fix pytype.

    Gamenot committed Jan 21, 2023
    Configuration menu
    Copy the full SHA
    56d14ca View commit details
    Browse the repository at this point in the history
  13. Fix sanity test

    saulfield authored and Gamenot committed Jan 21, 2023
    Configuration menu
    Copy the full SHA
    ee27d45 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    41ce30a View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2023

  1. Configuration menu
    Copy the full SHA
    5989cfe View commit details
    Browse the repository at this point in the history
  2. Fix pytype errors.

    Gamenot committed Jan 22, 2023
    Configuration menu
    Copy the full SHA
    9ffc90e View commit details
    Browse the repository at this point in the history
  3. Fix docstring test.

    Gamenot committed Jan 22, 2023
    Configuration menu
    Copy the full SHA
    46f3108 View commit details
    Browse the repository at this point in the history
  4. Touch up interface.

    Gamenot committed Jan 22, 2023
    Configuration menu
    Copy the full SHA
    b839100 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a59c6c3 View commit details
    Browse the repository at this point in the history
  6. Add benchmark documentation.

    Gamenot committed Jan 22, 2023
    Configuration menu
    Copy the full SHA
    ef6f5fb View commit details
    Browse the repository at this point in the history
  7. Update changelog.

    Gamenot committed Jan 22, 2023
    Configuration menu
    Copy the full SHA
    2a8d1d0 View commit details
    Browse the repository at this point in the history
  8. Merge pull request #1793 from huawei-noah/tucker/feature-hiway_v1

    Mainline competition
    Gamenot authored Jan 22, 2023
    Configuration menu
    Copy the full SHA
    9ef2cab View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    af51fef View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    182f0d3 View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2023

  1. Fix documentation errors.

    Gamenot committed Jan 23, 2023
    Configuration menu
    Copy the full SHA
    da2ebde View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9f607c6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    266e62a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a6725ed View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2023

  1. Fix small issues with benchmark. (#1802)

    * Fix small issues with benchmark.
    
    * Update change log.
    Gamenot authored Jan 24, 2023
    Configuration menu
    Copy the full SHA
    5362d30 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    298628b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f031092 View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2023

  1. Fix waypoint observations for offline dataset generation (#1807)

    * Add missions to history vehicles with sensors. Other fixes.
    
    * Test fixes
    
    * Test fixes
    
    * Update smarts/core/traffic_history.py
    
    Co-authored-by: adai <[email protected]>
    
    Co-authored-by: adai <[email protected]>
    saulfield and Adaickalavan authored Jan 26, 2023
    Configuration menu
    Copy the full SHA
    15b29b4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ee85055 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e337e23 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b6b191e View commit details
    Browse the repository at this point in the history
  5. GitHub Actions: Format

    Adaickalavan committed Jan 26, 2023
    Configuration menu
    Copy the full SHA
    750e58e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    2da6ca1 View commit details
    Browse the repository at this point in the history
  7. Make format.

    Gamenot committed Jan 26, 2023
    Configuration menu
    Copy the full SHA
    1cdf902 View commit details
    Browse the repository at this point in the history
  8. Fix type test.

    Gamenot committed Jan 26, 2023
    Configuration menu
    Copy the full SHA
    6834f5c View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    47c0476 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    a58b990 View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2023

  1. Fix detach call.

    Gamenot committed Jan 27, 2023
    Configuration menu
    Copy the full SHA
    57a83c3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6da7407 View commit details
    Browse the repository at this point in the history
  3. Update changelog.

    Gamenot committed Jan 27, 2023
    Configuration menu
    Copy the full SHA
    77644bb View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f421367 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    21f20ba View commit details
    Browse the repository at this point in the history
  6. Update changelog.

    Gamenot committed Jan 27, 2023
    Configuration menu
    Copy the full SHA
    ed060c5 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    15f1cdc View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    a102509 View commit details
    Browse the repository at this point in the history
  9. Add header.

    Gamenot committed Jan 27, 2023
    Configuration menu
    Copy the full SHA
    6c74fed View commit details
    Browse the repository at this point in the history
  10. Update license date.

    Gamenot committed Jan 27, 2023
    Configuration menu
    Copy the full SHA
    86cb0ec View commit details
    Browse the repository at this point in the history
  11. Fix docstring test.

    Gamenot committed Jan 27, 2023
    Configuration menu
    Copy the full SHA
    8fdd3f8 View commit details
    Browse the repository at this point in the history
  12. Update smarts/env/gymnasium/utils/action_conversion.py

    Co-authored-by: Saul Field <[email protected]>
    Gamenot and saulfield committed Jan 27, 2023
    Configuration menu
    Copy the full SHA
    b4b0e50 View commit details
    Browse the repository at this point in the history
  13. Update docstrings..

    Gamenot committed Jan 27, 2023
    Configuration menu
    Copy the full SHA
    dc92fa2 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    f0a70f5 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    71510d3 View commit details
    Browse the repository at this point in the history

Commits on Jan 28, 2023

  1. Configuration menu
    Copy the full SHA
    fb06383 View commit details
    Browse the repository at this point in the history
  2. Fix observation description.

    Gamenot committed Jan 28, 2023
    Configuration menu
    Copy the full SHA
    9b18765 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7577765 View commit details
    Browse the repository at this point in the history
  4. Hide internal parameter.

    Gamenot committed Jan 28, 2023
    Configuration menu
    Copy the full SHA
    b37f290 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    11bf1a9 View commit details
    Browse the repository at this point in the history
  6. Update changelog.

    Gamenot committed Jan 28, 2023
    Configuration menu
    Copy the full SHA
    2af2b8e View commit details
    Browse the repository at this point in the history
  7. Update smarts/core/controllers/__init__.py

    Co-authored-by: adai <[email protected]>
    Gamenot and Adaickalavan committed Jan 28, 2023
    Configuration menu
    Copy the full SHA
    08b12c5 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    cc19b76 View commit details
    Browse the repository at this point in the history
  9. Bump version to 1.0.2

    Gamenot committed Jan 28, 2023
    Configuration menu
    Copy the full SHA
    01f27af View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    8c215a5 View commit details
    Browse the repository at this point in the history