From fbe55c2063c38ef7484d623b005622aff2170791 Mon Sep 17 00:00:00 2001 From: Thomas Simonini Date: Fri, 9 Dec 2022 09:14:33 +0100 Subject: [PATCH] Update units/en/unit2/what-is-rl.mdx Co-authored-by: Omar Sanseviero --- units/en/unit2/what-is-rl.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/units/en/unit2/what-is-rl.mdx b/units/en/unit2/what-is-rl.mdx index 2c31486..e939c21 100644 --- a/units/en/unit2/what-is-rl.mdx +++ b/units/en/unit2/what-is-rl.mdx @@ -1,6 +1,6 @@ # What is RL? A short recap [[what-is-rl]] -In RL, we build an agent that can **make smart decisions**. For instance, an agent that **learns to play a video game.** Or a trading agent that **learns to maximize its benefits** by making smart decisions on **what stocks to buy and when to sell.** +In RL, we build an agent that can **make smart decisions**. For instance, an agent that **learns to play a video game.** Or a trading agent that **learns to maximize its benefits** by deciding on **what stocks to buy and when to sell.** RL process