awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
mwydmuch avatar

mwydmuch/ViZDoom

0
View on GitHub↗
2,034 stars·442 forks·C++·7 viewsvizdoom.farama.org↗

ViZDoom

Reinforcement Learning environments based on the 1993 game Doom :godmode:

Features

  • Game AI Environments - Provides a 3D environment for first-person shooter AI.
  • Model-Based Reinforcement Learning - Platform for reinforcement learning research in 3D visual environments.
  • Reinforcement Learning - Platform for training AI bots using visual input from Doom.

Star history

Star history chart for mwydmuch/vizdoomStar history chart for mwydmuch/vizdoom

How this analysis was created: This summary and feature list were written by an AI model that read the project's README and public documentation pages. Each feature links to the documentation it came from; stars, license and language come straight from the GitHub API. The model does not read the source code, and the analysis is refreshed when the project is re-analysed. Learn more on our About page.

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Open-source alternatives to ViZDoom

Similar open-source projects, ranked by how many features they share with ViZDoom.
  • openai/retroopenai avatar

    openai/retro

    3,585View on GitHub↗

    Retro Games in Gym

    C
    View on GitHub↗3,585
  • openai/roboschoolopenai avatar

    openai/roboschool

    2,171View on GitHub↗

    DEPRECATED: Open-source software for robot simulation, integrated with OpenAI Gym.

    Python
    View on GitHub↗2,171
  • deepmind/labdeepmind avatar

    deepmind/lab

    7,365View on GitHub↗

    Lab is a customizable 3D platform and research testbed designed for training and testing autonomous agents using reinforcement learning. It serves as a spatial AI training simulator where agents can be evaluated through navigation and puzzle-solving tasks. The environment allows for the definition of complex layouts and task behaviors through external scripting, enabling the generation of specific challenges for AI research. It supports both automated training via standard API bindings and manual agent control to validate simulation dynamics. The system utilizes a grid-based spatial represen

    C
    View on GitHub↗7,365
  • morvanzhou/reinforcement-learning-with-tensorflowMorvanZhou avatar

    MorvanZhou/Reinforcement-learning-with-tensorflow

    9,464View on GitHub↗

    This project is an educational repository of reinforcement learning agents and tutorials implemented using TensorFlow. It provides a practical codebase for both model-free and model-based learning agents, designed to demonstrate how AI agents learn through trial and error. The collection features detailed implementations of various algorithmic approaches, including Deep Q-Networks and Policy Gradient methods. It specifically covers Actor-Critic architectures for continuous and discrete action spaces, alongside Proximal Policy Optimization and Deep Deterministic Policy Gradients. The framewor

    Pythona3cactor-criticasynchronous-advantage-actor-critic
    View on GitHub↗9,464
See all 30 alternatives to ViZDoom→

Frequently asked questions

What does mwydmuch/vizdoom do?

Reinforcement Learning environments based on the 1993 game Doom :godmode:

What are the main features of mwydmuch/vizdoom?

The main features of mwydmuch/vizdoom are: Game AI Environments, Model-Based Reinforcement Learning, Reinforcement Learning.

What are some open-source alternatives to mwydmuch/vizdoom?

Open-source alternatives to mwydmuch/vizdoom include: openai/retro — Retro Games in Gym. openai/roboschool — DEPRECATED: Open-source software for robot simulation, integrated with OpenAI Gym. deepmind/lab — Lab is a customizable 3D platform and research testbed designed for training and testing autonomous agents using… mindcraft-bots/mindcraft — Mindcraft is a framework for connecting large language models to game clients to create autonomous characters that… morvanzhou/reinforcement-learning-with-tensorflow — This project is an educational repository of reinforcement learning agents and tutorials implemented using TensorFlow.… alessiodm/drl-zh — Welcome to drlzh.ai: a hands-on deep reinforcement learning course where you build the algorithms, not just read about…