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

Please add hyper-parameter tuning options? #58

Closed
lionely opened this issue Apr 4, 2021 · 2 comments
Closed

Please add hyper-parameter tuning options? #58

lionely opened this issue Apr 4, 2021 · 2 comments

Comments

@lionely
Copy link

lionely commented Apr 4, 2021

Is your feature request related to a problem? Please describe.
A clear and concise description of what the problem is.

Stable baselines 3 supports hyperparameter tuning with Optuna. It would be really helpful if this is was supported in Mushroom-RL. It's a bit difficult now since all the training logic is hidden in core.learn().

@lionely lionely changed the title Please add parameter tuning options? Please add hyper-parameter tuning options? Apr 4, 2021
@carloderamo
Copy link
Collaborator

Optuna can be used easily in MushroomRL without the need of changing the core. Actually it is not clear why you are referring to the core.learn function, and I think what you can simply do is to call Optuna in your experiment script. If you need to call Optuna during learning for some reasons, e.g. after each step/episode, you should consider using the already provided callbacks.

@lionely
Copy link
Author

lionely commented Apr 5, 2021

Ah yes sorry, I actually misunderstood how Optuna worked. Sorry for the misunderstanding!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants