From 9af016e34181fe170f91f641bddf850fa41d76f3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aur=C3=A9lien=20Geron?= Date: Sat, 20 Mar 2021 10:40:02 +1300 Subject: [PATCH] Remove redundant heading for LunarLander-v2 policy gradients exercise solution --- 18_reinforcement_learning.ipynb | 8 -------- 1 file changed, 8 deletions(-) diff --git a/18_reinforcement_learning.ipynb b/18_reinforcement_learning.ipynb index a67103b..fe276a1 100644 --- a/18_reinforcement_learning.ipynb +++ b/18_reinforcement_learning.ipynb @@ -2816,14 +2816,6 @@ "_Exercise: Use policy gradients to solve OpenAI Gym's LunarLander-v2 environment. You will need to install the Box2D dependencies (`python3 -m pip install -U gym[box2d]`)._" ] }, - { - "cell_type": "markdown", - "metadata": {}, - "source": [ - "## 8.\n", - "_Exercise: Use policy gradients to solve OpenAI Gym's LunarLander-v2 environment. You will need to install the Box2D dependencies (`python3 -m pip install -U gym[box2d]`)._" - ] - }, { "cell_type": "markdown", "metadata": {},