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

[WiP] Reproducible on- and off-policy sampling #2185

Open
wants to merge 7 commits into
base: master
Choose a base branch
from

Commits on Nov 26, 2020

  1. Extend environment API to support seeding

    Adrian Ziegler committed Nov 26, 2020
    Configuration menu
    Copy the full SHA
    334a618 View commit details
    Browse the repository at this point in the history
  2. Set seeds for Gym envs

    Adrian Ziegler committed Nov 26, 2020
    Configuration menu
    Copy the full SHA
    5417cd1 View commit details
    Browse the repository at this point in the history
  3. Set env seeds whenever environment is changed

    Adrian Ziegler committed Nov 26, 2020
    Configuration menu
    Copy the full SHA
    4ce934c View commit details
    Browse the repository at this point in the history
  4. Add test for determinism of LocalSampler

    Adrian Ziegler committed Nov 26, 2020
    Configuration menu
    Copy the full SHA
    70ec94e View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2020

  1. Set seed in env wrapper

    Adrian Ziegler committed Dec 9, 2020
    Configuration menu
    Copy the full SHA
    0a0c019 View commit details
    Browse the repository at this point in the history
  2. Add seeding for dm control envs + test

    Adrian Ziegler committed Dec 9, 2020
    Configuration menu
    Copy the full SHA
    207bdd7 View commit details
    Browse the repository at this point in the history

Commits on Dec 10, 2020

  1. Fix: remove script stub from test

    Adrian Ziegler committed Dec 10, 2020
    Configuration menu
    Copy the full SHA
    1eec912 View commit details
    Browse the repository at this point in the history