Skip to content

v1: adapt the meaning of concurrency for multi-agent envs #2052

Description

@hallerite

--max-concurrent gates episodes, so a multi-agent env's internal fan-out multiplies the number of live agent rollouts — and with them runtime boxes and in-flight completions — invisibly (e.g. -c 128 --env.id best-of-n --env.n 16 allows 2048 concurrent agent runs). We need a configurable bound on practical agent concurrency (global cap on live Agent.runs, possibly per-role overrides), rather than only the logical episode count.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions