VirtualEnv: A Platform for Embodied AI Research
Kabir Swain, Sijie Han, Ayush Raina, Jin Zhang, Shuang Li, Michael Stopa, Antonio Torralba
TL;DR
VirtualEnv addresses the need for realistic, interactive simulators to rigorously evaluate embodied AI and LLM-driven agents. It couples Unreal Engine 5–based photorealism with a modular scene-graph and a language-driven API, enabling procedural task generation and real-time environment editing via vLLMs and VLMs. The paper introduces an Escape Room benchmark with escalating cognitive demand and reports that reasoning-enabled LLMs outperform baselines, especially on complex tasks, while multi-agent collaboration enhances performance. Open-sourcing VirtualEnv aims to standardize multimodal embodied AI benchmarks and accelerate research at the intersection of AI, simulation, and immersive gaming technologies.
Abstract
As large language models (LLMs) continue to improve in reasoning and decision-making, there is a growing need for realistic and interactive environments where their abilities can be rigorously evaluated. We present VirtualEnv, a next-generation simulation platform built on Unreal Engine 5 that enables fine-grained benchmarking of LLMs in embodied and interactive scenarios. VirtualEnv supports rich agent-environment interactions, including object manipulation, navigation, and adaptive multi-agent collaboration, as well as game-inspired mechanics like escape rooms and procedurally generated environments. We provide a user-friendly API built on top of Unreal Engine, allowing researchers to deploy and control LLM-driven agents using natural language instructions. We integrate large-scale LLMs and vision-language models (VLMs), such as GPT-based models, to generate novel environments and structured tasks from multimodal inputs. Our experiments benchmark the performance of several popular LLMs across tasks of increasing complexity, analyzing differences in adaptability, planning, and multi-agent coordination. We also describe our methodology for procedural task generation, task validation, and real-time environment control. VirtualEnv is released as an open-source platform, we aim to advance research at the intersection of AI and gaming, enable standardized evaluation of LLMs in embodied AI settings, and pave the way for future developments in immersive simulations and interactive entertainment.
