Note on Deep Reinforcement Learning
Reinforcement Learning deals with environment and rewards.
Agents have a set of actions to interact with environment (state $s_i$), and the environment will be changed by these actions $a_j$, from time to time, there will be reward coming from environment!
Mar 20, 2020