From ba3f3b272aa8193f283ee8236baaef9c44c70cd3 Mon Sep 17 00:00:00 2001 From: Rootul Patel Date: Tue, 1 Jan 2019 20:36:19 -0500 Subject: [PATCH] eg -> e.g. https://study.com/academy/lesson/when-how-to-use-eg-in-a-sentence.html --- docs/user/algorithms.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/user/algorithms.rst b/docs/user/algorithms.rst index 6275448f6..1fe09f960 100644 --- a/docs/user/algorithms.rst +++ b/docs/user/algorithms.rst @@ -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