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

Fix env checker bounds, expose all invalid indices at once #1638

Merged
merged 5 commits into from
Aug 2, 2023

Commits on Jul 29, 2023

  1. Fix bug in env_checker.py bounds warning message

    * Fix bug where Gym Environment Checker does not output the correct warning message when dealing with observation spaces that have different upper and different lower bounds
    
    * Update test_env_checker.py with more comprehensive tests
    Gabo-Tor committed Jul 29, 2023
    Configuration menu
    Copy the full SHA
    0e393bf View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2023

  1. Configuration menu
    Copy the full SHA
    c8c3c21 View commit details
    Browse the repository at this point in the history
  2. Make naming consistent

    araffin authored Aug 1, 2023
    Configuration menu
    Copy the full SHA
    fb792b3 View commit details
    Browse the repository at this point in the history
  3. Update version

    araffin authored Aug 1, 2023
    Configuration menu
    Copy the full SHA
    ee68541 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1a35e8b View commit details
    Browse the repository at this point in the history