• Prior to this method, value function approach is where the effort goes into estimating a value function with a greedy policy approach
    • Works well for deterministic policies
    • Bad as small changes in estimated value changes the action selected
  • Paper approximates a stochastic policy directly using a independent fucntion approximator with its own parameters
    • Inputs could be state reprenstation, output is action probabilities and weights are the policy parameters

Policy Gradiant Approach - Policy parameters are updated proportional yo the graidient

where

  • - performance of the policy (average reward per step)
  • - vector of policy parameters
  • - positive step size