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

Added Action masking for Space.sample() #2906

Merged
merged 26 commits into from
Jun 26, 2022

Commits on Jun 8, 2022

  1. Allows a new RNG to be generated with seed=-1 and updated env_checker…

    … to fix bug if environment doesn't use np_random in reset
    pseudo-rnd-thoughts committed Jun 8, 2022
    Configuration menu
    Copy the full SHA
    c390a6b View commit details
    Browse the repository at this point in the history
  2. Revert "fixed gym.vector.make where the checker was being applied i…

    …n the opposite case than was intended to (openai#2871)"
    
    This reverts commit 519dfd9.
    pseudo-rnd-thoughts committed Jun 8, 2022
    Configuration menu
    Copy the full SHA
    654476e View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2022

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

Commits on Jun 13, 2022

  1. Configuration menu
    Copy the full SHA
    2e5dc9c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    717bc1f View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2022

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

Commits on Jun 16, 2022

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

Commits on Jun 17, 2022

  1. Configuration menu
    Copy the full SHA
    400b1e9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4281c76 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5dee690 View commit details
    Browse the repository at this point in the history
  4. Fix action mask

    pseudo-rnd-thoughts committed Jun 17, 2022
    Configuration menu
    Copy the full SHA
    bc6ab4a View commit details
    Browse the repository at this point in the history
  5. Fix action_mask

    pseudo-rnd-thoughts committed Jun 17, 2022
    Configuration menu
    Copy the full SHA
    1700e9d View commit details
    Browse the repository at this point in the history
  6. Fix action_mask

    pseudo-rnd-thoughts committed Jun 17, 2022
    Configuration menu
    Copy the full SHA
    7f46df2 View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2022

  1. Configuration menu
    Copy the full SHA
    cd91007 View commit details
    Browse the repository at this point in the history
  2. Fixed bugs

    pseudo-rnd-thoughts committed Jun 19, 2022
    Configuration menu
    Copy the full SHA
    be4063e View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2022

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

Commits on Jun 21, 2022

  1. Configuration menu
    Copy the full SHA
    5e699e1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    634da12 View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2022

  1. Update gym/spaces/multi_discrete.py

    Co-authored-by: Markus Krimmel <montcyril@gmail.com>
    pseudo-rnd-thoughts and Markus28 authored Jun 23, 2022
    Configuration menu
    Copy the full SHA
    f85055c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4a4b166 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    eb63c62 View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2022

  1. jjshoot review

    pseudo-rnd-thoughts committed Jun 24, 2022
    Configuration menu
    Copy the full SHA
    8918914 View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2022

  1. jjshoot review

    pseudo-rnd-thoughts committed Jun 25, 2022
    Configuration menu
    Copy the full SHA
    a53f0e7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8e71e46 View commit details
    Browse the repository at this point in the history
  3. Update type hints

    pseudo-rnd-thoughts committed Jun 25, 2022
    Configuration menu
    Copy the full SHA
    875ab44 View commit details
    Browse the repository at this point in the history