notes

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

Policy.md (275B)


      1 # Policy
      2 
      3 RL Ch 1
      4 
      5 **Definition:** A policy in machine learning is a function from the current state to the action an agent will take.
      6 
      7 Basically, this dictates what the agent will do in a given scenario, this can also include some stochasticity (necessary for exploration).