Skip to content

Commit 83a0c32

Browse files
committed
(docs): update docs.
1 parent cec5234 commit 83a0c32

15 files changed

Lines changed: 880 additions & 234 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ Leveraging a multi-role distributed architecture with Ray for flexible resource
4141
| 📣 Updates |
4242
|:----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
4343
| **[10/23/2025]** 🎉 Our Papers released, see [Asymmetric Proximal Policy Optimization: mini-critics boost LLM reasoning](https://arxiv.org/abs/2510.01656) and [Attention Illuminates LLM Reasoning: The Preplan-and-Anchor Rhythm Enables Fine-Grained Policy Optimization](https://arxiv.org/abs/2510.13554). |
44-
| **[10/14/2025]** 🎉 Our Paper released, see [Part II: ROLL Flash -- Accelerating RLVR and Agentic Training with Asynchrony](https://arxiv.org/abs/2510.11345), the code will be released soon. |
44+
| **[10/14/2025]** 🎉 Our Paper released, see [Part II: ROLL Flash -- Accelerating RLVR and Agentic Training with Asynchrony](https://arxiv.org/abs/2510.11345). |
4545
| **[09/28/2025]** 🎉 Ascend NPU support — see [usage guide](https://alibaba.github.io/ROLL/docs/English/UserGuide/ascend/ascend_usage). |
4646
| **[09/25/2025]** 🎉 Our Paper released, see [RollPacker: Mitigating Long-Tail Rollouts for Fast, Synchronous RL Post-Training](https://arxiv.org/abs/2509.21009) |
4747
| **[09/24/2025]** 🎉 Support [Wan2_2 Reward FL pipeline](examples/wan2.2-14B-reward_fl_ds/reward_fl_config.yaml). Explore the new capabilities! |

docs_roll/docs/English/UserGuide/algorithms/Reward_FL.md

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ In ROLL, the Reward FL algorithm-specific configuration parameters are as follow
1414

1515
```yaml
1616
# reward fl
17-
learning_rate: 2.5e-6
17+
learning_rate: 2e-6
1818
lr_scheduler_type: constant
1919
per_device_train_batch_size: 1
2020
gradient_accumulation_steps: 1
@@ -73,7 +73,22 @@ The following parameters related to Wan2_2 are as follows:
7373
- `Distilled Wan2.2 DiT safetensors`: [lightx2v/Wan2.2-Lightning](https://huggingface.co/lightx2v/Wan2.2-Lightning/tree/main)
7474
- `Reward Model`: [deepinsight/insightface](https://github.com/deepinsight/insightface/releases/download/v0.7/antelopev2.zip)
7575

76+
## Preprocess checkpoints
77+
- Run `merge_model.py` to merge multiple files of `Official Wan2.2 pipeline` high noise model and low noise model into one file, respectively.
78+
- Run `merge_lora.py` to merge `Distilled Wan2.2 DiT safetensors` lora to the base model of `Official Wan2.2 pipeline` high noise model and low noise model, respectively.
79+
80+
## Setup environments
81+
```
82+
pip install -r requirements_torch260_diffsynth.txt
83+
```
84+
7685
## Reference Example
7786
7887
You can refer to the following configuration file to set up Reward FL training:
88+
7989
- `./examples/docs_examples/example_reward_fl.yaml`
90+
91+
Run `run_reward_fl_ds_pipeline.sh` to get start.
92+
93+
## Reference
94+
[1]: Identity-Preserving Image-to-Video Generation via Reward-Guided Optimization. https://arxiv.org/abs/2510.14255

docs_roll/docs/English/UserGuide/agentic_async_parallel_rollout.md renamed to docs_roll/docs/English/UserGuide/async_parallel_rollout.md

File renamed without changes.

docs_roll/docs/English/UserGuide/async_training_agentic.md

Lines changed: 0 additions & 112 deletions
This file was deleted.

0 commit comments

Comments
 (0)