Hands-on

Now that you’ve learned to use Optuna, we give you some ideas to apply what you’ve learned:

1️⃣ Beat your LunarLander-v2 agent results, by using Optuna to find a better set of hyperparameters. You can also try with another environment, such as MountainCar-v0 and CartPole-v1.

2️⃣ Beat your SpaceInvaders agent results.

By doing that, you’re going to see how Optuna is valuable and powerful in training better agents,

Have fun,