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

Introducing a single agent, multi-goal, four-ways intersection environment #699

Merged
merged 73 commits into from
Aug 20, 2024

Commits on Apr 7, 2024

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

    pengzhenghao committed Apr 7, 2024
    Configuration menu
    Copy the full SHA
    2c37151 View commit details
    Browse the repository at this point in the history
  3. Revert "better way to handle U turn in Intersection"

    This reverts commit d9bf4bb.
    pengzhenghao committed Apr 7, 2024
    Configuration menu
    Copy the full SHA
    481a92e View commit details
    Browse the repository at this point in the history
  4. add doc

    pengzhenghao committed Apr 7, 2024
    Configuration menu
    Copy the full SHA
    964b50f View commit details
    Browse the repository at this point in the history
  5. fix bug

    pengzhenghao committed Apr 7, 2024
    Configuration menu
    Copy the full SHA
    1e242f2 View commit details
    Browse the repository at this point in the history
  6. add docs

    pengzhenghao committed Apr 7, 2024
    Configuration menu
    Copy the full SHA
    6d5084e View commit details
    Browse the repository at this point in the history
  7. If navigation_module is set to None, remove navigation in StateObserv…

    …ation. (I am not 100% sure if this is OK. Might cause error.)
    pengzhenghao committed Apr 7, 2024
    Configuration menu
    Copy the full SHA
    6bac6a3 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    0149380 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    ddbb3da View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2024

  1. Configuration menu
    Copy the full SHA
    1e084d9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    437cd6a View commit details
    Browse the repository at this point in the history
  3. fix potential bug

    pengzhenghao committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    9ba75f9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6fc9395 View commit details
    Browse the repository at this point in the history
  5. introduce observation

    pengzhenghao committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    8b3702d View commit details
    Browse the repository at this point in the history
  6. format

    pengzhenghao committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    7bbd09b View commit details
    Browse the repository at this point in the history
  7. add more docs

    pengzhenghao committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    4fef886 View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2024

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

    pengzhenghao committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    7d5a102 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0b26dd8 View commit details
    Browse the repository at this point in the history
  4. support use a list of types to control PG map; allow set map=None to …

    …disable shortcut config map.
    pengzhenghao committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    d887fbb View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6a9a7b7 View commit details
    Browse the repository at this point in the history

Commits on May 10, 2024

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

Commits on May 12, 2024

  1. optimize the reward structure, now:

    ===== timestep 220 =====
    route completion:
    	route_completion/goals/default: 0.92
    	route_completion/goals/go_straight: 0.50
    	route_completion/goals/left_turn: 0.46
    	route_completion/goals/right_turn: 0.92
    	route_completion/goals/u_turn: 0.53
    
    reward:
    	reward/default_reward: 1.27
    	reward/goal_agnostic_reward: 0.05
    	reward/goals/default: 1.27
    	reward/goals/go_straight: 0.14
    	reward/goals/left_turn: 0.06
    	reward/goals/right_turn: 1.27
    	reward/goals/u_turn: 0.01
    =======================
    pengzhenghao committed May 12, 2024
    Configuration menu
    Copy the full SHA
    d40dfc2 View commit details
    Browse the repository at this point in the history

Commits on May 13, 2024

  1. Configuration menu
    Copy the full SHA
    07e758f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a486d64 View commit details
    Browse the repository at this point in the history
  3. Remove varying dynamics

    pengzhenghao committed May 13, 2024
    Configuration menu
    Copy the full SHA
    71cf393 View commit details
    Browse the repository at this point in the history
  4. lane_num=1

    pengzhenghao committed May 13, 2024
    Configuration menu
    Copy the full SHA
    c8d3190 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    90c36d4 View commit details
    Browse the repository at this point in the history
  6. add default arrive_dest

    pengzhenghao committed May 13, 2024
    Configuration menu
    Copy the full SHA
    0a51e0e View commit details
    Browse the repository at this point in the history
  7. add some comments

    pengzhenghao committed May 13, 2024
    Configuration menu
    Copy the full SHA
    8f07d2f View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    63dfc12 View commit details
    Browse the repository at this point in the history
  9. [DANGER] allow to generate sidewalk for "negative road". Not sure the…

    … affect of this commit in other cases. Might need further check.
    pengzhenghao committed May 13, 2024
    Configuration menu
    Copy the full SHA
    5ed96cc View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    b015c67 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    c8ff69e View commit details
    Browse the repository at this point in the history
  12. fix a bug

    pengzhenghao committed May 13, 2024
    Configuration menu
    Copy the full SHA
    939e4d0 View commit details
    Browse the repository at this point in the history

Commits on May 14, 2024

  1. Configuration menu
    Copy the full SHA
    c4051b0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0026043 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    129b5ce View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b042737 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c6594a4 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    3103a68 View commit details
    Browse the repository at this point in the history
  7. Remove U turn

    pengzhenghao committed May 14, 2024
    Configuration menu
    Copy the full SHA
    cb9d0a6 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    7e078f1 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    05f15b7 View commit details
    Browse the repository at this point in the history
  10. Change reward scheme

    pengzhenghao committed May 14, 2024
    Configuration menu
    Copy the full SHA
    ed211e3 View commit details
    Browse the repository at this point in the history
  11. Change radius to 12

    pengzhenghao committed May 14, 2024
    Configuration menu
    Copy the full SHA
    6551541 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    58e64cd View commit details
    Browse the repository at this point in the history
  13. add GOAL_DEPENDENT_STATE

    pengzhenghao committed May 14, 2024
    Configuration menu
    Copy the full SHA
    384549b View commit details
    Browse the repository at this point in the history
  14. up

    pengzhenghao committed May 14, 2024
    Configuration menu
    Copy the full SHA
    8787adb View commit details
    Browse the repository at this point in the history
  15. change obs

    pengzhenghao committed May 14, 2024
    Configuration menu
    Copy the full SHA
    8d3527b View commit details
    Browse the repository at this point in the history

Commits on May 16, 2024

  1. Configuration menu
    Copy the full SHA
    09cb385 View commit details
    Browse the repository at this point in the history
  2. enable U turn

    pengzhenghao committed May 16, 2024
    Configuration menu
    Copy the full SHA
    bd99d63 View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2024

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

    pengzhenghao committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    81a7796 View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2024

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

Commits on Jul 6, 2024

  1. Configuration menu
    Copy the full SHA
    61dfd8f View commit details
    Browse the repository at this point in the history
  2. Merge branch 'refs/heads/main' into multigoal

    # Conflicts:
    #	metadrive/component/vehicle/base_vehicle.py
    pengzhenghao committed Jul 6, 2024
    Configuration menu
    Copy the full SHA
    40afd75 View commit details
    Browse the repository at this point in the history
  3. fix

    pengzhenghao committed Jul 6, 2024
    Configuration menu
    Copy the full SHA
    b1e8cca View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2024

  1. Fix

    pengzhenghao committed Jul 12, 2024
    Configuration menu
    Copy the full SHA
    5ff1fd2 View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2024

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

Commits on Aug 8, 2024

  1. format

    pengzhenghao committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    f902dca View commit details
    Browse the repository at this point in the history
  2. remove a file

    pengzhenghao committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    0132113 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0bb3e65 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9b6cbad View commit details
    Browse the repository at this point in the history
  5. minor

    pengzhenghao committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    6f00133 View commit details
    Browse the repository at this point in the history
  6. minor

    pengzhenghao committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    937862b View commit details
    Browse the repository at this point in the history
  7. Add docs

    pengzhenghao committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    0c14923 View commit details
    Browse the repository at this point in the history
  8. Fix test

    pengzhenghao committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    e247fc9 View commit details
    Browse the repository at this point in the history
  9. format

    pengzhenghao committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    45b7ebb View commit details
    Browse the repository at this point in the history
  10. try fix ffmpeg

    pengzhenghao committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    abd1c1d View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2024

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

    pengzhenghao committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    8523f0b View commit details
    Browse the repository at this point in the history