microsoft / microsoft/agent-learning

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

Open
#3 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
Python
Stars
10
Forks
9
Avg merge
1d 19h
Merged PRs (30d)
4

Description

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.

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

No files, tests, or entry points are named. Start by locating the REINFORCE-with-baseline learner and existing benchmark or test setup; define a reproducible multi-seed convergence run with reward variance and policy-drift outputs, then cover EMA baseline, entropy, and learning-rate ablations. Done means reproducible results and documented noisy and delayed-reward expectations with recommended configuration ranges.

Written by the indexing model from the issue text.

Assessment

Tech stack
python
Domain
machine-learning
Issue type
Feature
Difficulty
4/5
Estimated time
3-5 days
Activity status
Quiet
Clarity
Mostly clear
Newbie friendliness
48/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.