Q-learning – Model-free reinforcement learning algorithm

Learns a policy which tells an agent what action to take under what circumstances.

Q-learning learns a policy that is optimal in the sense that it maximizes the expected value of the total reward over any and all successive steps, starting from the current state.

Comments are closed, but trackbacks and pingbacks are open.