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

Box2D integration: Add CarRacing-v2 #199

Merged
merged 36 commits into from
Nov 27, 2022

Commits on Oct 6, 2022

  1. add car_dynamics

    Alicia Luo committed Oct 6, 2022
    Configuration menu
    Copy the full SHA
    f5dab3f View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2022

  1. add car_racing implementation

    Alicia Luo committed Oct 7, 2022
    Configuration menu
    Copy the full SHA
    9b0e9f4 View commit details
    Browse the repository at this point in the history
  2. add to registration

    Alicia Luo committed Oct 7, 2022
    Configuration menu
    Copy the full SHA
    c77a2d0 View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2022

  1. fix car_dynamics car_racing issue

    Alicia Luo committed Nov 1, 2022
    Configuration menu
    Copy the full SHA
    bc0b6d6 View commit details
    Browse the repository at this point in the history
  2. merge main

    Alicia1529 committed Nov 1, 2022
    Configuration menu
    Copy the full SHA
    e8cf7d2 View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2022

  1. add image transformation and rendering support

    Alicia Luo committed Nov 2, 2022
    Configuration menu
    Copy the full SHA
    832bb66 View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2022

  1. fix rendering issue

    Alicia Luo committed Nov 3, 2022
    Configuration menu
    Copy the full SHA
    512d657 View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2022

  1. finalize rendering

    Alicia1529 committed Nov 4, 2022
    Configuration menu
    Copy the full SHA
    f5f0d4f View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2022

  1. Configuration menu
    Copy the full SHA
    ad011ff View commit details
    Browse the repository at this point in the history
  2. remove unnecessary files

    Alicia1529 committed Nov 11, 2022
    Configuration menu
    Copy the full SHA
    f28c1eb View commit details
    Browse the repository at this point in the history
  3. fix styling

    Alicia1529 committed Nov 11, 2022
    Configuration menu
    Copy the full SHA
    ae4d6fb View commit details
    Browse the repository at this point in the history
  4. doc

    Trinkle23897 committed Nov 11, 2022
    Configuration menu
    Copy the full SHA
    4bb526b View commit details
    Browse the repository at this point in the history
  5. fix elapsed_step

    Trinkle23897 committed Nov 11, 2022
    Configuration menu
    Copy the full SHA
    fb56b18 View commit details
    Browse the repository at this point in the history
  6. fix elapsed_step init

    Trinkle23897 committed Nov 11, 2022
    Configuration menu
    Copy the full SHA
    d32b588 View commit details
    Browse the repository at this point in the history
  7. fix mypy

    Trinkle23897 committed Nov 11, 2022
    Configuration menu
    Copy the full SHA
    1706507 View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2022

  1. first step

    Trinkle23897 committed Nov 12, 2022
    Configuration menu
    Copy the full SHA
    4a8f8d3 View commit details
    Browse the repository at this point in the history
  2. fix some clang-tidy

    Trinkle23897 committed Nov 12, 2022
    Configuration menu
    Copy the full SHA
    9dc82d3 View commit details
    Browse the repository at this point in the history
  3. update

    Trinkle23897 committed Nov 12, 2022
    Configuration menu
    Copy the full SHA
    1115a52 View commit details
    Browse the repository at this point in the history
  4. compile

    Trinkle23897 committed Nov 12, 2022
    Configuration menu
    Copy the full SHA
    7411427 View commit details
    Browse the repository at this point in the history
  5. fix

    Trinkle23897 committed Nov 12, 2022
    Configuration menu
    Copy the full SHA
    d8c55b8 View commit details
    Browse the repository at this point in the history
  6. fix step and reset

    Alicia1529 committed Nov 12, 2022
    Configuration menu
    Copy the full SHA
    4de2cf1 View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2022

  1. rename const

    Alicia1529 committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    283df5b View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2022

  1. Configuration menu
    Copy the full SHA
    e295190 View commit details
    Browse the repository at this point in the history
  2. release memory

    Alicia1529 committed Nov 17, 2022
    Configuration menu
    Copy the full SHA
    a18faae View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2022

  1. Configuration menu
    Copy the full SHA
    3dd30b4 View commit details
    Browse the repository at this point in the history
  2. remove unused variable

    Alicia1529 committed Nov 18, 2022
    Configuration menu
    Copy the full SHA
    2b993fa View commit details
    Browse the repository at this point in the history

Commits on Nov 26, 2022

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

Commits on Nov 27, 2022

  1. fix lint

    Trinkle23897 committed Nov 27, 2022
    Configuration menu
    Copy the full SHA
    b24c8cc View commit details
    Browse the repository at this point in the history
  2. addlicense

    Trinkle23897 committed Nov 27, 2022
    Configuration menu
    Copy the full SHA
    f170469 View commit details
    Browse the repository at this point in the history
  3. fix

    Trinkle23897 committed Nov 27, 2022
    Configuration menu
    Copy the full SHA
    2a0b903 View commit details
    Browse the repository at this point in the history
  4. addlicense?

    Trinkle23897 committed Nov 27, 2022
    Configuration menu
    Copy the full SHA
    51ed014 View commit details
    Browse the repository at this point in the history
  5. pass clang-tidy

    Trinkle23897 committed Nov 27, 2022
    Configuration menu
    Copy the full SHA
    7472cbc View commit details
    Browse the repository at this point in the history
  6. test release binary

    Trinkle23897 committed Nov 27, 2022
    Configuration menu
    Copy the full SHA
    473f579 View commit details
    Browse the repository at this point in the history
  7. revert

    Trinkle23897 committed Nov 27, 2022
    Configuration menu
    Copy the full SHA
    6765df1 View commit details
    Browse the repository at this point in the history
  8. fix

    Trinkle23897 committed Nov 27, 2022
    Configuration menu
    Copy the full SHA
    597de99 View commit details
    Browse the repository at this point in the history
  9. fix

    Trinkle23897 committed Nov 27, 2022
    Configuration menu
    Copy the full SHA
    f2c714e View commit details
    Browse the repository at this point in the history