Skip to content

Commit

Permalink
eg -> e.g.
Browse files Browse the repository at this point in the history
  • Loading branch information
rootulp authored Jan 2, 2019
1 parent 8b92b8a commit ba3f3b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/user/algorithms.rst
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ The following algorithms are implemented in the Spinning Up package:
- `Twin Delayed DDPG`_ (TD3)
- `Soft Actor-Critic`_ (SAC)

They are all implemented with `MLP`_ (non-recurrent) actor-critics, making them suitable for fully-observed, non-image-based RL environments, eg the `Gym Mujoco`_ environments.
They are all implemented with `MLP`_ (non-recurrent) actor-critics, making them suitable for fully-observed, non-image-based RL environments, e.g. the `Gym Mujoco`_ environments.

.. _`Gym Mujoco`: https://gym.openai.com/envs/#mujoco
.. _`Vanilla Policy Gradient`: ../algorithms/vpg.html
Expand Down

0 comments on commit ba3f3b2

Please sign in to comment.