Skip to content

Commit

Permalink
Merge pull request #89 from rootulp/patch-3
Browse files Browse the repository at this point in the history
eg -> e.g.
  • Loading branch information
bchess authored Jun 28, 2019
2 parents affcea4 + 0c8893b commit b478f05
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 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 Expand Up @@ -83,7 +83,7 @@ Next, there is a single function which runs the algorithm, performing the follow

10) Setting up model saving through the logger

11) Defining functions needed for running the main loop of the algorithm (eg the core update function, get action function, and test agent function, depending on the algorithm)
11) Defining functions needed for running the main loop of the algorithm (e.g. the core update function, get action function, and test agent function, depending on the algorithm)

12) Running the main loop of the algorithm:

Expand Down

0 comments on commit b478f05

Please sign in to comment.