#6252·verl

Qwen3.5/Qwen3.6 35B-A3B 多轮工具调用时,Agent RL 训练中出现工具调用格式异常,导致崩溃

作者: DBMing创建于 2026年5月6日更新于 2026年9月14日

I am confused about the following points: In the SFT and RL stages, the tool call format of Qwen3.5/Qwen3.6 has changed from the previous JSON-based format to the XML-style format. However, during the RL training in verl, the pending stage of the `agent_loop` still uses the original YAML tool parameter definition to concatenate the tool schema, and the tool schema itself is still in JSON format. In other words, the final tool call required by the model is in the XML-style format:

内容来源: verl-project/verl