Question: What is the difference between \'on-policy\' and \'off-policy\' learning?
Options:
Correct Answer: On-policy learns from the current policy, off-policy learns from a different policy
Solution:
On-policy learning updates the policy based on actions taken by the current policy, while off-policy learning can learn from actions taken by a different policy.