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

feat: added ensembles creation to build agent function #154

Merged
merged 1 commit into from
Nov 21, 2023

Conversation

michele-milesi
Copy link
Member

Summary

Describe the purpose of the pull request, including:

  • Moved creation and initialization of ensembles from main() function to build_agent() function.

Type of Change

Please select the one relevant option below:

  • New feature (non-breaking change that adds functionality)

Checklist

Please confirm that the following tasks have been completed:

  • I have tested my changes locally and they work as expected. (Please describe the tests you performed.)
  • I have added unit tests for my changes, or updated existing tests if necessary.
  • I have updated the documentation, if applicable.
  • I have installed pre-commit and run locally for my code changes.

@michele-milesi michele-milesi merged commit fe413f4 into feature/mlflow Nov 21, 2023
1 check passed
@michele-milesi michele-milesi deleted the feature/ensembles-in-build-agent branch November 21, 2023 10:58
belerico added a commit that referenced this pull request Nov 28, 2023
* feat: added mlflow logger

* feat: unified get_logger methods

* feat: generalized model register

* feat: removed signature

* feat: added mlflow register model to sac, sac_decoupled and droq

* feat: added model manager to dreamers and sac_ae

* feat: added model manager to p2e algorithms

* fix: removed order dependencies between configs and code when registering models

* fix: avoid p2e exploration models registered during finetuning

* Feature/add build agents (#153)

* [skip ci] Update README.md

* [skip ci] Update README.md

* feat: renamed build_models function into build_agent

* feat: added build_agent() function to all the algorithms

* feat: added build_agent() to evaluate() functions

---------

Co-authored-by: Federico Belotti <[email protected]>

* feat: split model manager configs

* feat: added script to register models from checkpoints

* fix: bugs

* fix: configs

* fix: configs + registration model script

* feat: added ensembles creation to build agent function (#154)

* feat: added possibility to select experiment and run where to upload the models

* fix: bugs

* feat: added configs to artifact when model is registered from checkpoint

* docs: update logs_and_checkpoints how to

* feat: added model_manager howto

* docs: update

* docs: update

* fix: added 'from __future__ import annotations'

* feat: added mlflow model manager tutorial in examples

* fix: bugs

* fix: access to cnn and mlp keys

* fix: experiment and run names

* fix: bugs

* feat: MlflowModelManager.register_best_models() function

* fix: p2e build_agent

* docs: update

* fix: mlflow model manager

* fix: mlflow model manager register best models

---------

Co-authored-by: Federico Belotti <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants