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

[RLlib; Offline RL] Add docstrings to 'MARWIL'. #47157

Merged
merged 26 commits into from
Sep 26, 2024

Commits on Aug 15, 2024

  1. Added docstring to 'MARWILOfflinePreLearner'.

    Signed-off-by: simonsays1980 <simon.zehnder@gmail.com>
    simonsays1980 committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    613acfa View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2024

  1. Configuration menu
    Copy the full SHA
    c1563e7 View commit details
    Browse the repository at this point in the history
  2. Added test code to 'MARWILOfflinePreLearner'.

    Signed-off-by: simonsays1980 <simon.zehnder@gmail.com>
    simonsays1980 committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    8b2d98d View commit details
    Browse the repository at this point in the history
  3. Small nit.

    Signed-off-by: simonsays1980 <simon.zehnder@gmail.com>
    simonsays1980 committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    d9b08a5 View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2024

  1. Configuration menu
    Copy the full SHA
    80271a7 View commit details
    Browse the repository at this point in the history
  2. Added docstirngs to 'MARWILLearner' and '_training_step_old_api_stack…

    …'. Furthermore added testcode to 'MARWILConfig' in new style.
    
    Signed-off-by: simonsays1980 <simon.zehnder@gmail.com>
    simonsays1980 committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    c35a0a5 View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2024

  1. Configuration menu
    Copy the full SHA
    abf80d2 View commit details
    Browse the repository at this point in the history
  2. Fixed multiple bugs in MARWIL's test code.

    Signed-off-by: simonsays1980 <simon.zehnder@gmail.com>
    simonsays1980 committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    731db3b View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2024

  1. Configuration menu
    Copy the full SHA
    0f9fe3f View commit details
    Browse the repository at this point in the history
  2. Some small nits here and there because examples were not running.

    Signed-off-by: simonsays1980 <simon.zehnder@gmail.com>
    simonsays1980 committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    937d0ac View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2024

  1. Configuration menu
    Copy the full SHA
    f00eb1c View commit details
    Browse the repository at this point in the history
  2. Added data file to the doc tests.

    Signed-off-by: simonsays1980 <simon.zehnder@gmail.com>
    simonsays1980 committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    69fe6f3 View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2024

  1. Added data file to the RLlib doctest in 'ray/doc/BUILD'.

    Signed-off-by: simonsays1980 <simon.zehnder@gmail.com>
    simonsays1980 committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    614e735 View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2024

  1. Changed data file in 'doc/BUILD' to 'rllib/..'.

    Signed-off-by: simonsays1980 <simon.zehnder@gmail.com>
    simonsays1980 committed Sep 2, 2024
    Configuration menu
    Copy the full SHA
    f61c0c2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6da5a82 View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2024

  1. Changed path for data in BUILD file for doctests b/c data could still…

    … not be found.
    
    Signed-off-by: simonsays1980 <simon.zehnder@gmail.com>
    simonsays1980 committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    2a7e239 View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2024

  1. Merged master.

    Signed-off-by: simonsays1980 <simon.zehnder@gmail.com>
    simonsays1980 committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    4b217f7 View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2024

  1. [rllib] add data to doctest

    Signed-off-by: can <can@anyscale.com>
    can-anyscale committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    f747100 View commit details
    Browse the repository at this point in the history
  2. rllib tests

    Signed-off-by: can <can@anyscale.com>
    can-anyscale committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    dec99e6 View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2024

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

Commits on Sep 18, 2024

  1. let go

    @MicroCheck //python/ray/rllib:doctest
    
    Signed-off-by: can <can@anyscale.com>
    can-anyscale committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    a81d852 View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2024

  1. Configuration menu
    Copy the full SHA
    f5bdbfb View commit details
    Browse the repository at this point in the history
  2. Merged Cuong's branch with correct paths.

    Signed-off-by: simonsays1980 <simon.zehnder@gmail.com>
    simonsays1980 committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    09c851e View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2024

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

Commits on Sep 26, 2024

  1. Added stop criterium to MARWIL testcode to avoid timeout.

    Signed-off-by: simonsays1980 <simon.zehnder@gmail.com>
    simonsays1980 committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    9db326e View commit details
    Browse the repository at this point in the history