Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/spinningup/rl_intro.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Welcome to our introduction to reinforcement learning! Here, we aim to acquaint
* a high-level explanation of what RL algorithms do (although we mostly avoid the question of *how* they do it),
* and a little bit of the core math that underlies the algorithms.

In a nutshell, RL is the study of agents and how they learn by trial and error. It formalizes the idea that rewarding or punishing an agent for its behavior makes it more likely to repeat or forego that behavior in the future.
In a nutshell, RL is the study of agents and how they learn by trial and error. It formalizes the idea that rewarding or punishing an agent for its behavior makes it more likely to repeat or forgo that behavior in the future.


What Can RL Do?
Expand Down Expand Up @@ -449,4 +449,4 @@ The name Markov Decision Process refers to the fact that the system obeys the `M



.. _`Markov property`: https://en.wikipedia.org/wiki/Markov_property
.. _`Markov property`: https://en.wikipedia.org/wiki/Markov_property