#22 · Primary category: Robotics & Embodied AI Simulation
ViZDoom
Reinforcement Learning environments based on the 1993 game Doom :godmode:
Project last updated:08/21/26
GitHub Stars
2.1K
Forks
449
Contributors
59
License
Other
Why we included this project
ViZDoom is a lightweight research environment built around the 1993 Doom engine, where reinforcement learning agents learn from the raw screen buffer rather than hand-crafted state features. It has been used in the RL community long enough to become a familiar benchmark, with its own competitions and a peer-reviewed paper in IEEE Transactions on Games describing the setup. Python bindings and Gymnasium wrappers make it easy to drop into existing training pipelines, and custom scenarios are assembled with a scripting language and visual editors, so teams can design benchmarks around specific skills like navigation, object recognition, or coordination between agents. It also exposes the depth buffer, automatic object labeling, and audio, which helps when experiments go beyond pixel inputs.
Articles for this project
No articles for this project yet.
To suggest a topic or contribute an article, contact us.
Related projects in this category
genesis-world
Simulation platform for general-purpose robotics & embodied AI learning.
lerobot
🤗 LeRobot: Making AI for Robotics more accessible with end-to-end learning
ml-agents
The Unity Machine Learning Agents Toolkit (ML-Agents) is an open-source project that enables games and simulations to serve as environments for training intelligent agents using deep reinforcement learning and imitation learning.
AirSim
Open source simulator for autonomous vehicles built on Unreal Engine / Unity, from Microsoft AI & Research
carla
Open-source simulator for autonomous driving research.