Deep RL Course documentation

Introduction

Hugging Face's logo
Join the Hugging Face community

and get access to the augmented documentation experience

to get started

Introduction

One of the most critical tasks in Deep Reinforcement Learning is to find a good set of training hyperparameters.

Optuna Logo

Optuna is a library that helps you to automate the search. In this Unit, we’ll study a little bit of the theory behind automatic hyperparameter tuning. We’ll first try to optimize the parameters of the DQN studied in the last unit manually. We’ll then learn how to automate the search using Optuna.

< > Update on GitHub