Glossary

This is a community-created glossary. Contributions are welcome!

Reinforcement Learning

A trial-and-error learning paradigm in which an agent learns an optimal policy for taking an action given an observation about the state of its environment, in order to maximize future discounted rewards.

Deep Reinforcement Learning

Reinforcement learning in which the policy or value function to be trained (i.e. the agent’s brain) is instantiated as a deep neural network.

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.

Observations/State

Actions

Rewards and Discounting

Tasks

Exploration v/s Exploitation Trade-Off

Policy

Policy-based Methods:

Value-based Methods:

Contributions are welcome 🤗

If you want to improve the course, you can open a Pull Request.

This glossary was made possible thanks to:

< > Update on GitHub