Skip to content

Failed to parse the scorer response #2

@zqxie77

Description

@zqxie77

Description

Hi, I am trying to reproduce the CoMAS training process using Qwen2.5-3B-Instruct as the base model. The environment setup (Ray, VLLM, DeepSpeed) is successful, and the model weights are loaded correctly.

However, during the Simulating phase (rollout), I am encountering frequent parsing errors related to the scorer's response. It seems the scorer agent is either returning None or generating text that cannot be parsed as an integer.

Error Logs

Here are the specific error logs appearing in the console during Simulating round:

Failed to parse the scorer response: 'NoneType' object has no attribute 'text'
Failed to parse the scorer response: 'NoneType' object has no attribute 'text'
Failed to parse the scorer response: invalid literal for int() with base 10: '" and "'
Failed to parse the scorer response: 'NoneType' object has no attribute 'text'
Simulating round 2 out of 2...

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions