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

Implement Weights & Biases logger #182

Open
wants to merge 34 commits into
base: main
Choose a base branch
from
Open

Implement Weights & Biases logger #182

wants to merge 34 commits into from

Commits on Feb 23, 2024

  1. Configuration menu
    Copy the full SHA
    1f0166b View commit details
    Browse the repository at this point in the history
  2. Add data property to Trial

    AngelFP committed Feb 23, 2024
    Configuration menu
    Copy the full SHA
    e90b03d View commit details
    Browse the repository at this point in the history
  3. Add logger argument to Exploration.

    Other changes:
    - Include `comms` in `persis_info` to detect if gen ir running o a thread.
    - Update generator after calling `libE` only if not running with `threads`.
    It is not needed to do it in that case, because the memory is shared.
    - Fix bug in `attach_evaluations` when the fields in the data contain arrays.
    - Add `completed_trials` property to `Generator`.
    - Log trials in `Generator`.
    - Do not run `_prepare_to_send` when the generator runs on a thread.
    - Implement `_prepare_to_send_back`, which clears the logger before sending back the generator to the manager.
    AngelFP committed Feb 23, 2024
    Configuration menu
    Copy the full SHA
    80fd2ed View commit details
    Browse the repository at this point in the history
  4. Add test

    AngelFP committed Feb 23, 2024
    Configuration menu
    Copy the full SHA
    ae092d2 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c2b64e3 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    cb92d1a View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2024

  1. Configuration menu
    Copy the full SHA
    d4e550a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    01b8a03 View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2024

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

Commits on Mar 8, 2024

  1. Configuration menu
    Copy the full SHA
    4ecfeb6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b15371a View commit details
    Browse the repository at this point in the history
  3. Add docstrings

    AngelFP committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    73732a0 View commit details
    Browse the repository at this point in the history
  4. Fix bug

    AngelFP committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    4c58cc5 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    319c2fd View commit details
    Browse the repository at this point in the history
  6. Add docstrings

    AngelFP committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    969c347 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    371d578 View commit details
    Browse the repository at this point in the history
  8. Fix docstrings

    AngelFP committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    d100706 View commit details
    Browse the repository at this point in the history
  9. Add logging docs

    AngelFP committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    c22485a View commit details
    Browse the repository at this point in the history
  10. Fix docstring

    AngelFP committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    c4ffa69 View commit details
    Browse the repository at this point in the history
  11. Rename parameters

    AngelFP committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    e8e06e5 View commit details
    Browse the repository at this point in the history
  12. Fix links and docs

    AngelFP committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    cae0689 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    5ba0d14 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    f29e0bd View commit details
    Browse the repository at this point in the history
  15. Fix docstring

    AngelFP committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    02be9d3 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    da07308 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    58c1df4 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    4932d09 View commit details
    Browse the repository at this point in the history
  19. Improve test description

    AngelFP committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    9732815 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    b871a0a View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2024

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

Commits on Apr 23, 2024

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

Commits on May 10, 2024

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

Commits on May 23, 2024

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

Commits on Jun 11, 2024

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