rl-tutorial-jnrr19
rl-tutorial-jnrr19 copied to clipboard
How to do hyper parameter tuning for SB3 algorithm?
How to do hyper parameter tuning for SB3 algorithm such as PPO, A2C, DQN?
Hello, you can have a look at the "automatic hyperparameter tuning" slides/video and notebook from https://araffin.github.io/tools-for-robotic-rl-icra2022/
See https://colab.research.google.com/github/araffin/tools-for-robotic-rl-icra2022/blob/main/notebooks/optuna_lab.ipynb
you will to slightly update the code to use gymnasium instead of gym.