Skip to content

Docs/add v1 technical report links - #545

Merged
Zhiyuan He (hzy46) merged 3 commits into
mainfrom
docs/add-v1-technical-report-links
Aug 19, 2026
Merged

Docs/add v1 technical report links#545
Zhiyuan He (hzy46) merged 3 commits into
mainfrom
docs/add-v1-technical-report-links

Conversation

@hzy46

Copy link
Copy Markdown
Contributor

No description provided.

Copilot AI lite review requested due to automatic review settings August 19, 2026 04:23
@hzy46
Zhiyuan He (hzy46) merged commit bd80905 into main Aug 19, 2026
4 checks passed

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Updates project documentation to link the Agent Lightning v1.0 technical report and provide a v1.0-specific citation entry.

Changes:

  • Adds a top-level README link to the v1.0 technical report and a new “Articles” entry for it.
  • Updates the README citation section to include a BibTeX entry for the v1.0 technical report, while keeping the original paper citation.
  • Links the v1.0 technical report from the trainer configuration docs (rollout-level advantage/loss normalization section).

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated 2 comments.

File Description
README.md Adds technical report link, article entry, and v1.0 technical report citation.
docs/4-trainer-configuration.md Adds a direct technical report reference for rollout-level normalization details.

💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.

Comment thread README.md

<p align="center">
<a href="https://microsoft.github.io/agent-lightning/stable/">Documentation</a> &nbsp;·&nbsp; Technical Report (Coming Soon) &nbsp;·&nbsp; <a href="LICENSE">MIT License</a>
<a href="https://microsoft.github.io/agent-lightning/stable/">Documentation</a> &nbsp;·&nbsp; <a href="https://arxiv.org/pdf/2608.17528">Technical Report</a> &nbsp;·&nbsp; <a href="LICENSE">MIT License</a>
`actor_rollout_ref.actor.policy_loss.loss_mode: per_rollout_mean` normalizes the policy loss at the rollout level. It prevents a rollout from receiving more optimization weight only because it produced more training rows.

For the motivation and detailed formulation of rollout-level advantage and loss normalization, see the Agent Lightning v1.0 technical report.
For the motivation and detailed formulation of rollout-level advantage and loss normalization, see the [Agent Lightning v1.0 technical report](https://arxiv.org/pdf/2608.17528).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants