This repository was archived by the owner on Sep 1, 2024. It is now read-only.
This repository was archived by the owner on Sep 1, 2024. It is now read-only.
hyperparameters optimization #166
Open
Description
🚀 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.
Activity