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": {},