From 0283fb9aa6b10679de7bb66237a1ee2fb2a3dcc4 Mon Sep 17 00:00:00 2001 From: Chandrasekhar Jinendran <60309762+Autonomous-Agent-25@users.noreply.github.com> Date: Tue, 16 May 2023 00:18:13 +0530 Subject: [PATCH] Update glossary.mdx Added terms agent and environment --- units/en/unit1/glossary.mdx | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/units/en/unit1/glossary.mdx b/units/en/unit1/glossary.mdx index 6ab3b73..e894df3 100644 --- a/units/en/unit1/glossary.mdx +++ b/units/en/unit1/glossary.mdx @@ -2,6 +2,14 @@ This is a community-created glossary. Contributions are welcomed! +### Agent + +An agent learns to **make decisions by trial and error, with rewards and punishments from the surroundings**. + +### Environment + +An environment is a simulated world **where an agent can learn by interacting with it**. + ### Markov Property It implies that the action taken by our agent is **conditional solely on the present state and independent of the past states and actions**.