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 support for ISystemReset in test fixture #2647

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Commits on Oct 11, 2024

  1. Adds support for Reset in test fixture

    This PR adds support for the Reset API to the test fixture. As `TestFixture`
    is one of the main ways one can get access to the ECM in python
    when trying to write some scripts for Deep Reinforcement Learning I
    realized that without `Reset` supported in the `TestFixture` API, end
    users would have a very hard time using our python APIs (which are
    actually quite nice). For reference I'm hacking a demo template here:
    
    https://github.com/arjo129/gz_deep_rl_experiments/tree/ionic
    
    Signed-off-by: Arjo Chakravarty <[email protected]>
    arjo129 committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    2a658f9 View commit details
    Browse the repository at this point in the history
  2. style

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

Commits on Nov 1, 2024

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