microsoft / microsoft/agent-learning
Add convergence, stability, and ablation coverage for REINFORCE-with-baseline
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
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- 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