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

Adds an initial StableBaselines3 RL environment as an example #2667

Draft
wants to merge 4 commits into
base: arjo/feat/server_reset_public_api
Choose a base branch
from

Commits on Nov 7, 2024

  1. Adds an initial StableBaselines3 RL environment as an example

    A lot of things are not working. Particularly when `ResetAll` is called,
    the EnableVelocityChecks does not trigger the phyics system to populate
    the velocity components. This is a blocker for the current example.
    
    Signed-off-by: Arjo Chakravarty <[email protected]>
    arjo129 committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    83b30c2 View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2024

  1. Fixed readme instructions

    Signed-off-by: Arjo Chakravarty <[email protected]>
    arjo129 committed Nov 11, 2024
    Configuration menu
    Copy the full SHA
    c3eea00 View commit details
    Browse the repository at this point in the history
  2. Style

    Signed-off-by: Arjo Chakravarty <[email protected]>
    arjo129 committed Nov 11, 2024
    Configuration menu
    Copy the full SHA
    9a2b742 View commit details
    Browse the repository at this point in the history
  3. Got the gui working. Time for gradient descent by grad student

    Signed-off-by: Arjo Chakravarty <[email protected]>
    arjo129 committed Nov 11, 2024
    Configuration menu
    Copy the full SHA
    da33f11 View commit details
    Browse the repository at this point in the history