Unity: A General Platform for Intelligent Agents
Arthur Juliani, Vincent-Pierre Berges, Ervin Teng, Andrew Cohen, Jonathan Harper, Chris Elion, Chris Goy, Yuan Gao, Hunter Henry, Marwan Mattar, Danny Lange
TL;DR
RL progress hinges on rich, configurable simulators; existing platforms often trade realism for speed or flexibility. The authors propose a taxonomy of simulators and argue that modern game engines, exemplified by Unity with the ML-Agents Toolkit, constitute a general platform for learning environments with rich sensory, physical, task, and social complexity. They analyze Unity's capabilities, present the toolkit architecture, and survey research enabled by Unity to highlight opportunities and current bottlenecks. The paper also outlines future directions, including effective learning environments, human-in-the-loop training, and scaling agent-human collaboration to support robust progress toward general intelligence.
Abstract
Recent advances in artificial intelligence have been driven by the presence of increasingly realistic and complex simulated environments. However, many of the existing environments provide either unrealistic visuals, inaccurate physics, low task complexity, restricted agent perspective, or a limited capacity for interaction among artificial agents. Furthermore, many platforms lack the ability to flexibly configure the simulation, making the simulated environment a black-box from the perspective of the learning system. In this work, we propose a novel taxonomy of existing simulation platforms and discuss the highest level class of general platforms which enable the development of learning environments that are rich in visual, physical, task, and social complexity. We argue that modern game engines are uniquely suited to act as general platforms and as a case study examine the Unity engine and open source Unity ML-Agents Toolkit. We then survey the research enabled by Unity and the Unity ML-Agents Toolkit, discussing the kinds of research a flexible, interactive and easily configurable general platform can facilitate.
