Awesome AI AgentsResearch Platforms & Simulators

SimWorld-AI/SimWorld

⭐ 779 Python repository created 2025-04-07

SimWorld is a simulation platform built on Unreal Engine 5 for developing and evaluating autonomous agents driven by large language and vision-language models. It provides open-ended world simulation with realistic physics and language-based procedural generation, so scenes and city layouts can be produced from natural language rather than authored by hand. Agents connect through a Python interface that exposes multi-modal perception and natural-language actions, and the quick-tour example follows a gym-like loop familiar from reinforcement learning environments. The project is organized in three levels of use. The base package includes two lightweight city scenes plus an empty map for core interaction and quick testing. An optional environment pack adds more than a hundred pre-built maps for richer scenarios. Full customization lets users bring their own Unreal environments, assets and agent models, with documentation covering how to package custom content. The stated research focus is physical and social reasoning: navigation, planning, multi-agent coordination and other complex behaviours that need an embodied setting rather than a text sandbox. The repository ships the Python client, the Unreal server, configuration files, an API reference and read-the-docs documentation, along with demo videos. The work has an arXiv white paper, was accepted as a spotlight at NeurIPS 2025 and appeared in the CVPR 2025 demonstration track. It suits researchers who study embodied or socially situated agents, robotics-adjacent navigation work, and anyone who needs a controllable open world in which many agents act at once.

https://github.com/SimWorld-AI/SimWorld

simulatorunreal-engineembodied-agentsllm-agentsmulti-agentnavigationresearchvlm

Also in Research Platforms & Simulators

OpenNSWM-Lab/FAROS

Blueprint-driven AutoResearch runtime that orchestrates an LLM research workflow from idea refinement through experiment scaffolding, LaTeX paper drafting and simulated peer review.

WooooDyy/AgentGym-RL

Framework for training LLM agents on long-horizon, multi-turn decision making with reinforcement learning across a broad set of interactive environments, plus the ScalingInter-RL training method.

Purewhiter/mobilegym

MobileGym is a browser-hosted, fully programmable Android-style simulation platform with 28 simulated apps and 416 task templates for benchmarking and reinforcement-learning training of mobile GUI agents.

Tencent/AICGSecEval

A.S.E is Tencent's repository-level benchmark that measures the security of AI-generated code, building tasks from real GitHub projects and CVE patches and scoring output with static and dynamic analysis.

facebookresearch/meta-agents-research-environments

Meta's research platform for evaluating AI agents in dynamic simulated environments, hosting the Gaia2 benchmark of 800 evolving scenarios across ten universes, with a CLI, a web GUI and a public leaderboard.

HUST-AI-HYZ/MemoryAgentBench

Benchmark and evaluation harness that measures memory in LLM agents across accurate retrieval, test-time learning, long-range understanding and conflict resolution using incremental multi-turn interactions.

DigiRL-agent/digirl

DigiRL is a research project providing code and resources for training autonomous reinforcement learning agents to control Android devices in real-world environments using novel training algorithms and multiple training modes.

xlang-ai/Spider2-V

Spider2-V is a NeurIPS 2024 research project providing a virtual machine environment and dataset to evaluate multimodal agents' ability to automate data science and engineering workflows using state-of-the-art vision-language models.