Awesome AI AgentsResearch Platforms & Simulators

WooooDyy/AgentGym-RL

⭐ 864 Python repository created 2025-09-10

AgentGym-RL is a research framework for training large language model agents to make sequences of decisions through multi-turn interaction with real environments, rather than the single-turn math and coding settings that most RL work on LLMs targets. Its architecture is modular and separates three concerns: the environment servers, the agent that acts against them, and the training loop. Environments cover several families of realistic tasks, including web navigation, deep search, text-based games, embodied household tasks and scientific settings, and the repository documents how to plug in a custom environment. The training side extends verl and supports mainstream algorithms, so a practitioner can compare supervised fine-tuning, direct preference style methods and policy-gradient RL under one interface. The paper accompanying the code proposes ScalingInter-RL, a schedule that progressively lengthens the allowed agent-environment interaction horizon during training: short horizons early keep variance manageable and encourage exploitation of basic skills, and the horizon is extended as the policy stabilises so the agent learns longer-range behaviour without the optimisation collapsing. The authors report that a 7B open model trained this way reaches or exceeds commercial model performance on 27 tasks spanning the included environments. A visual interactive interface is provided for replaying and examining complete interaction trajectories, which makes it possible to inspect where an episode went wrong instead of reading raw logs. The RL dataset and benchmark are published on Hugging Face as AgentGym-RL-Data-ID, and the paper was accepted at ICLR 2026 as an oral. The project is written in Python and is aimed at researchers and engineers doing agent post-training, environment design or reproducible evaluation of long-horizon agent behaviour.

https://github.com/WooooDyy/AgentGym-RL

reinforcement-learningllm-agentsmulti-turntraining-frameworkbenchmarkenvironmentsverl

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.

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.

SimWorld-AI/SimWorld

SimWorld is an Unreal Engine 5 based open-ended simulator for developing and evaluating LLM and VLM agents in realistic physical and social environments such as procedurally generated cities.

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.