You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 1, 2024. It is now read-only.
Hi @ss555, thanks for the interest and the offer to open a PR. Just wanted to quickly mention that it's currently possible to do some hyperparameter tuning of our examples by using hydra's with the Nevergrad plugin. The parameters on our defaults configs were indeed found that way using a small random search, but Nevergrad supports much more sophisticated algorithms.
On the other hand, AFAIK, Nevergrad doesn't support Bayesian optimization, so adding this could be interesting.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
🚀 Feature Request
I would like to optimize the hyperparameters on a custom environment for PE-TS and other algorithms.
Motivation
How did you find the optimal hyperparameters for the algorithms? for example PE-TS cartpole
Pitch
PE-TS example
I did the grid search for 4 parameters: horizon_size, alpha, number of hidden layers, hidden layer dimension.
problems:
what parameters are more crutial to optimize.
Do you have bayesian optimisation script for hyperparamters
Describe alternatives you've considered
I can make a pull request for the PE-TS grid search or/and bayesian optmization with optuna library.
The text was updated successfully, but these errors were encountered: