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

Seeding update #2422

Merged
merged 33 commits into from
Dec 8, 2021
Merged

Seeding update #2422

merged 33 commits into from
Dec 8, 2021

Commits on Sep 25, 2021

  1. Ditch most of the seeding.py and replace np_random with the numpy def…

    …ault_rng. Let's see if tests pass
    RedTachyon committed Sep 25, 2021
    Configuration menu
    Copy the full SHA
    1281c86 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ac7deaf View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5708b25 View commit details
    Browse the repository at this point in the history
  4. Undo a typo

    RedTachyon committed Sep 25, 2021
    Configuration menu
    Copy the full SHA
    4c5aac9 View commit details
    Browse the repository at this point in the history
  5. blaaack

    RedTachyon committed Sep 25, 2021
    Configuration menu
    Copy the full SHA
    8e20eec View commit details
    Browse the repository at this point in the history
  6. More typo fixes

    RedTachyon committed Sep 25, 2021
    Configuration menu
    Copy the full SHA
    d3eeb91 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    c0e4d41 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    cccbff8 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    2e912da View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    bed3b89 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    fd0ad83 View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2021

  1. Configuration menu
    Copy the full SHA
    173eb20 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e93530e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a264291 View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2021

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

Commits on Oct 23, 2021

  1. Configuration menu
    Copy the full SHA
    ddbbfc3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0cfb474 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    74bf50d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0fb36dc View commit details
    Browse the repository at this point in the history
  5. First attempt at deprecating env.seed and supporting `env.reset(see…

    …d=seed)` instead. Tests should hopefully pass but throw up a million warnings.
    RedTachyon committed Oct 23, 2021
    Configuration menu
    Copy the full SHA
    ce9e6a5 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    9995533 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    4e54c9c View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    24a6087 View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2021

  1. Removed a bunch of old seed calls.

    Fixed a bug in AsyncVectorEnv
    RedTachyon committed Oct 24, 2021
    Configuration menu
    Copy the full SHA
    18f99df View commit details
    Browse the repository at this point in the history
  2. Stop Discrete envs from doing part of the setup (and using the random…

    …ness) in init (as opposed to reset)
    RedTachyon committed Oct 24, 2021
    Configuration menu
    Copy the full SHA
    45a4d05 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0df2174 View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2021

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

Commits on Oct 27, 2021

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

Commits on Oct 30, 2021

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

Commits on Nov 11, 2021

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

Commits on Nov 14, 2021

  1. Configuration menu
    Copy the full SHA
    5547289 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    202b808 View commit details
    Browse the repository at this point in the history