Update glossary.mdx

Added terms agent and environment
This commit is contained in:
Chandrasekhar Jinendran
2023-05-16 00:18:13 +05:30
committed by GitHub
parent ff97b3b34e
commit 0283fb9aa6

View File

@@ -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**.