标准 VERL 配置中的哪些超参数不起作用?
作者: dalek-who创建于 2026年1月23日更新于 2026年8月25日
标签documentationenhancementhelp wantedv0.x
这是完整的 VERL 配置, https://verl.readthedocs.io/en/latest/examples/config.html 我注意到, 传递给 agl.VERL 时, 有些参数似乎不起作用。例如:
- actor_rollout_ref.rollout.val_kwargs
- data.truncation
- actor_rollout_ref.rollout.top_p (我不确定它是否有效, 因为它没有像 actor_rollout_ref.rollout.temperature 那样明确设置) > https://GitHub.com/microsoft/agent-lightning/blob/5f3093d62a88961118054edb620dfce49f3f5577/agentlightning/verl/trainer.py#L463-L469
内容来源: microsoft/agent-lightning