Learn Before
Analyzing Policy Updates with the Score Function
An agent is being trained using a policy gradient method. After an episode, the agent has sampled two distinct trajectories. Analyze how the policy update mechanism would treat each trajectory, focusing specifically on the role of the score function, ∇θ log Prθ(τ).
0
1
Tags
Ch.4 Alignment - Foundations of Large Language Models
Foundations of Large Language Models
Foundations of Large Language Models Course
Computing Sciences
Analysis in Bloom's Taxonomy
Cognitive Psychology
Psychology
Social Science
Empirical Science
Science
Related
In a policy gradient method, an agent executes a specific trajectory τ. The score function, defined as the gradient of the log-probability of this trajectory with respect to the policy parameters (∇θ log Prθ(τ)), is calculated. What is the fundamental interpretation of this score function vector?
Applying the Score Function in Policy Updates
Analyzing Policy Updates with the Score Function