diff --git a/docs/tutorial/getting_started.rst b/docs/tutorial/getting_started.rst index a70a438ba7952a54d199d0fee345c0ee4e87b398..f406c47407d8b98d7bb26f99e8a54b64e11423c8 100644 --- a/docs/tutorial/getting_started.rst +++ b/docs/tutorial/getting_started.rst @@ -178,9 +178,9 @@ Then we use this agent to interact with the environment, and run around 1000 epi Summary ----------- -.. image:: ../examples/QuickStart/performance.gif +.. image:: ../../examples/QuickStart/performance.gif :width: 300px -.. image:: ./images/quickstart.png +.. image:: ../images/quickstart.png :width: 300px In this tutorial, we have shown how to build an agent step-by-step to solve the `Cartpole` problem.