Learn Before
Concept
Deep Reinforcement Learning Methods
There are different types of deep reinforcement learning methods.
If we use either value functions or policies to act on the environment, the method is called Model-free reinforcement learning:
- Value-based methods
- Policy-based methods
If we make use of models of the environment, it is referred to as Model-based reinforcement learning.
0
1
Updated 2020-10-17
Tags
Data Science
Related
Reference for Deep Reinforcement Learning
Deep Reinforcement Learning Methods
General Schema of Deep Reinforcement Learning methods
Complete Guide to Deep Reinforcement Learning: Concepts, Process, and Real World Applications
Slides from CMU: Introduction to Deep Reinforcement Learning
Using DRL in Real-World Environments
Research Papers for the Paper Idea 3