From d903a4bfde8f313464c3dbf82ecce39e54480d93 Mon Sep 17 00:00:00 2001 From: Christie Ewen Date: Mon, 11 May 2026 10:56:36 -0400 Subject: [PATCH] Fix grammatical issue in RL introduction text MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit "'Forego' vs. 'Forgo': The E Is Important Although forego and forgo have distinct meanings—forego meaning "to go before" and forgo meaning "to do without"—it is not uncommon to find forego in place of forgo." -- https://www.merriam-webster.com/grammar/usage-of-forego-vs-forgo --- docs/spinningup/rl_intro.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/spinningup/rl_intro.rst b/docs/spinningup/rl_intro.rst index 604bc6584..5221786e4 100644 --- a/docs/spinningup/rl_intro.rst +++ b/docs/spinningup/rl_intro.rst @@ -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? @@ -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 \ No newline at end of file +.. _`Markov property`: https://en.wikipedia.org/wiki/Markov_property