Overview
A generalist agent should adapt to diverse tasks beyond its training distribution and to unseen environments. In a position paper, Zhang, Kong, Zhang, et al. argue that genuine generalization requires environment scaling—letting agents interact with environments featuring different executable rule sets—rather than merely adding more trajectories or more tasks.
The Core Argument
Current scaling practice focuses on collecting more experience or broader task sets. However, if the underlying interface, dynamic rules, observation modes, or feedback signals stay the same, agents remain brittle. The authors frame the essential problem as a world-level distribution shift.
A Unified Taxonomy
The paper proposes a taxonomy distinguishing three kinds of scaling:
- Trajectory scaling – more experience within fixed environments
- Task scaling – more tasks, but with unchanged environment rules
- Environment scaling – varying the executable rules of the environments themselves
- Concrete implementation of environment scaling: how can procedural generators produce sufficiently diverse rule sets while guaranteeing verifiability?
- How can generative world models avoid distribution collapse, given that the world model itself is learned from finite data?
- Stability of learned update rules when transferring across environments: do parameters remain converged after environment switches?
Each changes something fundamentally different about what the agent learns.
Two Paths for Environment Scaling
1. Procedural generators – controllable and verifiable 2. Generative world models – broad coverage and open-endedness
Open Questions
References
1. Zhang, J., Kong, F., Zhang, G., et al. (2026). *Scalable Environments Drive Generalizable Agents*. arXiv:2605.18181 [cs.AI]. 2. Team, G. (2024). *Genie: Generative Interactive Environments*. arXiv. 3. Wang, G., et al. (2024). *Voyager: An Open-Ended Embodied Agent with Large Language Models*. arXiv.