2 Matching Annotations
- Nov 2020
-
incompleteideas.net incompleteideas.net
-
Reinforcement learning is a computational approach to understanding and automatinggoal-directed learning and decision making
Reinforcement learning means automatically set up a goal ttself and continuously optimize the approach in order to get the maximize reward
-
Roughly speaking, thevalueof a state isthe total amount of reward an agent can expect to accumulate over the future, startingfrom that state.
the value of a state means the predictive reward that the agent expecting for
-