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

[tune] move logger and syncer handling to callbacks #11699

Closed
wants to merge 24 commits into from

Commits on Oct 19, 2020

  1. Move loggers from Trial to Callbacks

    Kai Fricke committed Oct 19, 2020
    Configuration menu
    Copy the full SHA
    cbd4240 View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2020

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

    Kai Fricke committed Oct 28, 2020
    Configuration menu
    Copy the full SHA
    c0a245b View commit details
    Browse the repository at this point in the history
  3. Create callbacks on tune.run

    Kai Fricke committed Oct 28, 2020
    Configuration menu
    Copy the full SHA
    b944ccc View commit details
    Browse the repository at this point in the history
  4. Fix syncer IP lookup

    Kai Fricke committed Oct 28, 2020
    Configuration menu
    Copy the full SHA
    cb29ed0 View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2020

  1. Update syncer + tests

    Kai Fricke committed Oct 29, 2020
    Configuration menu
    Copy the full SHA
    79ae993 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7959ea1 View commit details
    Browse the repository at this point in the history
  3. Fix cluster tests

    Kai Fricke committed Oct 29, 2020
    Configuration menu
    Copy the full SHA
    ecde308 View commit details
    Browse the repository at this point in the history
  4. fix linter error

    Kai Fricke committed Oct 29, 2020
    Configuration menu
    Copy the full SHA
    9fa3131 View commit details
    Browse the repository at this point in the history
  5. fix rllib pretty_print import

    Kai Fricke committed Oct 29, 2020
    Configuration menu
    Copy the full SHA
    acf730f View commit details
    Browse the repository at this point in the history
  6. Fix result extra fields

    Kai Fricke committed Oct 29, 2020
    Configuration menu
    Copy the full SHA
    f273f96 View commit details
    Browse the repository at this point in the history
  7. Fix run_experiment test

    Kai Fricke committed Oct 29, 2020
    Configuration menu
    Copy the full SHA
    2805d90 View commit details
    Browse the repository at this point in the history
  8. Fix stop_logger argument

    Kai Fricke committed Oct 29, 2020
    Configuration menu
    Copy the full SHA
    1a18648 View commit details
    Browse the repository at this point in the history
  9. Fix sync test

    Kai Fricke committed Oct 29, 2020
    Configuration menu
    Copy the full SHA
    7053dc0 View commit details
    Browse the repository at this point in the history
  10. Fix lint

    Kai Fricke committed Oct 29, 2020
    Configuration menu
    Copy the full SHA
    cbb3973 View commit details
    Browse the repository at this point in the history
  11. Fix done result update in trial runner

    Kai Fricke committed Oct 29, 2020
    Configuration menu
    Copy the full SHA
    14a0f72 View commit details
    Browse the repository at this point in the history
  12. Move result update

    Kai Fricke committed Oct 29, 2020
    Configuration menu
    Copy the full SHA
    c5a7008 View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2020

  1. Re-order callbacks

    Kai Fricke committed Oct 30, 2020
    Configuration menu
    Copy the full SHA
    0391c17 View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2020

  1. Apply changes from code review

    Kai Fricke committed Nov 2, 2020
    Configuration menu
    Copy the full SHA
    382f237 View commit details
    Browse the repository at this point in the history
  2. Move default callback creation

    Kai Fricke committed Nov 2, 2020
    Configuration menu
    Copy the full SHA
    89105af View commit details
    Browse the repository at this point in the history
  3. Better error message

    Kai Fricke committed Nov 2, 2020
    Configuration menu
    Copy the full SHA
    65e2e6f View commit details
    Browse the repository at this point in the history
  4. Flush on trial save/restore

    Kai Fricke committed Nov 2, 2020
    Configuration menu
    Copy the full SHA
    21bbb2d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    943a8b1 View commit details
    Browse the repository at this point in the history
  6. Update tests

    Kai Fricke committed Nov 2, 2020
    Configuration menu
    Copy the full SHA
    f9e6552 View commit details
    Browse the repository at this point in the history