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

Multiple models for optimization #225

Draft
wants to merge 9 commits into
base: master
Choose a base branch
from

Conversation

qgallouedec
Copy link
Collaborator

@qgallouedec qgallouedec commented Mar 30, 2022

Description

Motivation and Context

closes #204

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)
  • Documentation (update in the documentation)

Checklist:

  • I've read the CONTRIBUTION guide (required)
  • I have updated the changelog accordingly (required).
  • My change requires a change to the documentation.
  • I have updated the tests accordingly (required for a bug fix or a new feature).
  • I have updated the documentation accordingly.
  • I have reformatted the code using make format (required)
  • I have checked the codestyle using make check-codestyle and make lint (required)
  • I have ensured make pytest and make type both pass. (required)

Note: we are using a maximum length of 127 characters per line

@araffin
Copy link
Member

araffin commented Apr 11, 2022

Forgot to push?

@qgallouedec
Copy link
Collaborator Author

No, I will do it soon.

@araffin
Copy link
Member

araffin commented Sep 26, 2022

I couldn't push to your branch, so I created one here: https://github.com/DLR-RM/rl-baselines3-zoo/tree/feat/multi-model-optimization...

@araffin
Copy link
Member

araffin commented Sep 28, 2022

@qgallouedec could you open a draft PR with this updated branch? (so we keep a trace of it)

@qgallouedec qgallouedec reopened this Sep 28, 2022
@qgallouedec qgallouedec marked this pull request as draft September 28, 2022 12:22
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.

[Enhancement] Multiple model iterations per Optuna trial and mean performance objective
2 participants