From b0ccedd8297d93ed98c2e05cafb2ed71ae7bd3d9 Mon Sep 17 00:00:00 2001 From: Thomas Simonini Date: Sun, 5 Jun 2022 23:43:04 +0200 Subject: [PATCH] Add Optuna and modify date --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 6dec63c..c85b2d1 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,8 @@ This course is **self-paced** you can start when you want 🥳. | [Published 🥳](https://github.com/huggingface/deep-rl-class/tree/main/unit1#unit-1-introduction-to-deep-reinforcement-learning) | [An Introduction to Deep Reinforcement Learning](https://github.com/huggingface/deep-rl-class/tree/main/unit1) | [Train a Deep Reinforcement Learning lander agent to land correctly on the Moon 🌕 using Stable-Baselines3](https://github.com/huggingface/deep-rl-class/blob/main/unit1/unit1.ipynb) | | [Published 🥳](https://github.com/huggingface/deep-rl-class/tree/main/unit1/unit1-bonus) | [Bonus](https://github.com/huggingface/deep-rl-class/tree/main/unit1/unit1-bonus) | | | [Published 🥳](https://github.com/huggingface/deep-rl-class/blob/main/unit2/README.md)| [Q-Learning](https://github.com/huggingface/deep-rl-class/blob/main/unit2/README.md) | [Train an agent to cross a Frozen lake ⛄ and train an autonomous taxi 🚖](https://github.com/huggingface/deep-rl-class/blob/main/unit2/unit2.ipynb). | -| June, the 6th | Deep Q-Learning and improvements | Train a Deep Q-Learning agent to play Space Invaders | +| June, the 7th | Deep Q-Learning and improvements | Train a Deep Q-Learning agent to play Space Invaders using [RL-Baselines3-Zoo](https://github.com/DLR-RM/rl-baselines3-zoo) | +| June, the 10th | Bonus: Optuna Hyperparameter Search | | | June the 14th | Policy-based methods | 🏗️ | | June the 21th | Actor-Critic Methods | 🏗️ | | June the 28th | Proximal Policy Optimization (PPO) | 🏗️ |