notes

Personal notes
git clone git://git.laack.co/notes.git
Log | Files | Refs

OnPolicyLearning.md (163B)


      1 # On Policy Learning
      2 
      3 L5
      4 
      5 **Definition:** On policy learning is learning by following the policy.
      6 
      7 We sample actions from the policy whilst evaluating the policy.