Skip to content

Commit

Permalink
image path
Browse files Browse the repository at this point in the history
  • Loading branch information
mlech26l committed Jul 28, 2023
1 parent 0fdb8dd commit fd57fca
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions docs/examples/mujoco_pomdp.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ implementation and `gymnasium[mujoco] <https://gymnasium.farama.org/environments


.. image:: ../img/half_cheetah.png
:height: 200px
:align: center


Expand Down Expand Up @@ -323,10 +324,8 @@ Once we have defined everything we can compare the two network architectures.
fig.tight_layout()
plt.savefig("cfc_vs_mlp.png")
.. image:: ../img/cfc_vs_mlp.gif
.. image:: ../img/cfc_vs_mlp.png
:align: center

As we have see in the plot above, although the MLP baseline policy network experiences a faster initial improvement,
the CfC policy network eventually outperforms the MLP baseline policy network, while also being more robust to noise.

"""

0 comments on commit fd57fca

Please sign in to comment.