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

Part of solution to #795: add HumanReadableWrapper #796

Closed
wants to merge 60 commits into from

Commits on Sep 13, 2023

  1. Configuration menu
    Copy the full SHA
    5182ecf View commit details
    Browse the repository at this point in the history
  2. cleanup DictObs

    NixGD committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    61d816b View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2023

  1. Configuration menu
    Copy the full SHA
    c3331f6 View commit details
    Browse the repository at this point in the history
  2. add dict-obs test for rollout

    NixGD committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    fc9838d View commit details
    Browse the repository at this point in the history
  3. add bc.py test

    NixGD committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    fb9498b View commit details
    Browse the repository at this point in the history
  4. cleanup

    NixGD committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    e54c36c View commit details
    Browse the repository at this point in the history
  5. small fixes

    NixGD committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    ee04383 View commit details
    Browse the repository at this point in the history
  6. small fixes

    NixGD committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    6e2218a View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    68fe666 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    9ad2aaf View commit details
    Browse the repository at this point in the history
  9. fix minor ci complaint

    NixGD committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    67341d5 View commit details
    Browse the repository at this point in the history
  10. add basic dictobs tests

    NixGD committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    c497b56 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    d3f79bf View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    2de9e49 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    c47cca6 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    276294b View commit details
    Browse the repository at this point in the history
  15. clean useless lines

    NixGD committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    071d2a7 View commit details
    Browse the repository at this point in the history
  16. clean up print statements

    NixGD committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    a2ccd7e View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2023

  1. fix typos

    Co-authored-by: Adam Gleave <[email protected]>
    NixGD and AdamGleave committed Sep 15, 2023
    Configuration menu
    Copy the full SHA
    93baa2d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    54f33af View commit details
    Browse the repository at this point in the history
  3. move maybe_wrap, clean rollout

    NixGD committed Sep 15, 2023
    Configuration menu
    Copy the full SHA
    c711abf View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    58a0d70 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0f080d4 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c4d3e11 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    b93294a View commit details
    Browse the repository at this point in the history
  8. doc for dictobs wrapper

    NixGD committed Sep 15, 2023
    Configuration menu
    Copy the full SHA
    3f17ff2 View commit details
    Browse the repository at this point in the history
  9. don't error on int observations

    NixGD committed Sep 15, 2023
    Configuration menu
    Copy the full SHA
    0212e0e View commit details
    Browse the repository at this point in the history
  10. lint fixes

    NixGD committed Sep 15, 2023
    Configuration menu
    Copy the full SHA
    070ebf9 View commit details
    Browse the repository at this point in the history
  11. cleanup bc test for dict obs

    NixGD committed Sep 15, 2023
    Configuration menu
    Copy the full SHA
    657e17e View commit details
    Browse the repository at this point in the history
  12. cleanup bc.py unwrapping

    NixGD committed Sep 15, 2023
    Configuration menu
    Copy the full SHA
    1f8c12a View commit details
    Browse the repository at this point in the history
  13. cleanup rollout.py

    NixGD committed Sep 15, 2023
    Configuration menu
    Copy the full SHA
    bd70ecd View commit details
    Browse the repository at this point in the history
  14. cleanup dictobs interface

    NixGD committed Sep 15, 2023
    Configuration menu
    Copy the full SHA
    bec464c View commit details
    Browse the repository at this point in the history
  15. small cleanups

    NixGD committed Sep 15, 2023
    Configuration menu
    Copy the full SHA
    bef19e6 View commit details
    Browse the repository at this point in the history
  16. coverage fixes, test fix

    NixGD committed Sep 15, 2023
    Configuration menu
    Copy the full SHA
    9aaf73f View commit details
    Browse the repository at this point in the history
  17. adjust error types

    NixGD committed Sep 15, 2023
    Configuration menu
    Copy the full SHA
    5d6aa77 View commit details
    Browse the repository at this point in the history
  18. docstrings for type helpers

    NixGD committed Sep 15, 2023
    Configuration menu
    Copy the full SHA
    86fbcf1 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    8d1e0d6 View commit details
    Browse the repository at this point in the history
  20. fix typos

    Co-authored-by: Adam Gleave <[email protected]>
    NixGD and AdamGleave committed Sep 15, 2023
    Configuration menu
    Copy the full SHA
    96978d5 View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2023

  1. Adam suggestions from code review

    Co-authored-by: Adam Gleave <[email protected]>
    NixGD and AdamGleave committed Sep 16, 2023
    Configuration menu
    Copy the full SHA
    e95df9d View commit details
    Browse the repository at this point in the history
  2. small changes for code review

    NixGD committed Sep 16, 2023
    Configuration menu
    Copy the full SHA
    161ec95 View commit details
    Browse the repository at this point in the history
  3. fix docstring

    NixGD committed Sep 16, 2023
    Configuration menu
    Copy the full SHA
    90bdf57 View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2023

  1. remove FloatReward

    ZiyueWang25 committed Oct 2, 2023
    Configuration menu
    Copy the full SHA
    6aa25ff View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bf48c76 View commit details
    Browse the repository at this point in the history
  3. Fix test_bc

    ZiyueWang25 committed Oct 2, 2023
    Configuration menu
    Copy the full SHA
    4ce1b57 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    de1b1c8 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1a1a458 View commit details
    Browse the repository at this point in the history
  6. fix docstring

    ZiyueWang25 committed Oct 2, 2023
    Configuration menu
    Copy the full SHA
    f7866f4 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    daa838d View commit details
    Browse the repository at this point in the history
  8. format with black

    ZiyueWang25 committed Oct 2, 2023
    Configuration menu
    Copy the full SHA
    803eab0 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    0ac6f54 View commit details
    Browse the repository at this point in the history
  10. black format

    ZiyueWang25 committed Oct 2, 2023
    Configuration menu
    Copy the full SHA
    be9798b View commit details
    Browse the repository at this point in the history
  11. small fix

    ZiyueWang25 committed Oct 2, 2023
    Configuration menu
    Copy the full SHA
    c7e6809 View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2023

  1. Configuration menu
    Copy the full SHA
    82fb558 View commit details
    Browse the repository at this point in the history
  2. fix format

    ZiyueWang25 committed Oct 3, 2023
    Configuration menu
    Copy the full SHA
    03714cc View commit details
    Browse the repository at this point in the history
  3. minor fix

    ZiyueWang25 committed Oct 3, 2023
    Configuration menu
    Copy the full SHA
    187e881 View commit details
    Browse the repository at this point in the history
  4. type and lint fix

    ZiyueWang25 committed Oct 3, 2023
    Configuration menu
    Copy the full SHA
    ae96521 View commit details
    Browse the repository at this point in the history
  5. Add policy training test

    ZiyueWang25 committed Oct 3, 2023
    Configuration menu
    Copy the full SHA
    535a986 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    de027c4 View commit details
    Browse the repository at this point in the history
  7. acts to obs for clarity

    ZiyueWang25 committed Oct 3, 2023
    Configuration menu
    Copy the full SHA
    be79cf5 View commit details
    Browse the repository at this point in the history
  8. Add HumanReadableWrapper

    ZiyueWang25 committed Oct 3, 2023
    Configuration menu
    Copy the full SHA
    6e5c3e8 View commit details
    Browse the repository at this point in the history