Skip to content

Add convergence, stability, and ablation coverage for REINFORCE-with-baseline #3

Description

@ctava-msft

The Toulmin analysis says the REINFORCE choice is reasonable, but the paper does not show convergence behavior, sample efficiency, update stability, or sensitivity to reward noise. That means the current design is well-motivated, but not yet empirically proven.

This ticket should make the learner’s behavior measurable and easy to reason about.

Suggested scope

Add tests and benchmark scripts for convergence speed across seeds.
Include stability metrics such as reward variance and policy drift.
Add ablation tests for the EMA baseline, entropy term, and learning-rate settings.
Document expected learning behavior under noisy and delayed rewards.

Acceptance criteria

There is a reproducible convergence benchmark across multiple seeds.
Results include stability and variance metrics.
The learner’s key configuration knobs are documented with recommended ranges and behavior expectations.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions