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

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
openai avatar

openai/multiagent-particle-envsArchived

0
View on GitHub↗
2,770 Stars·820 Forks·Python·MIT·5 Aufrufearxiv.org/pdf/1706.02275.pdf↗

Multiagent Particle Envs

Status: Archive (code is provided as-is, no updates expected)

Features

  • Reinforcement Learning - Environments for multi-agent reinforcement learning research.
  • Reinforcement Learning Environments - Simple environment for multi-agent reinforcement learning research.

Star-Verlauf

Star-Verlauf für openai/multiagent-particle-envsStar-Verlauf für openai/multiagent-particle-envs

KI-Suche

Entdecke weitere awesome Repositories

Beschreibe in einfachen Worten, was du brauchst — die KI bewertet tausende kuratierte Open-Source-Projekte nach Relevanz.

Start searching with AI

Open-Source-Alternativen zu Multiagent Particle Envs

Ähnliche Open-Source-Projekte, sortiert nach der Anzahl der gemeinsamen Funktionen mit Multiagent Particle Envs.
  • deepmind/pysc2Avatar von deepmind

    deepmind/pysc2

    8,298Auf GitHub ansehen↗

    pysc2 is a Python interface and simulation framework that connects the StarCraft II game engine to machine learning agents. It acts as an API wrapper that exposes game internals as a set of observations and actions, providing a reinforcement learning environment for research and training. The framework includes tools for game replay analysis to extract data and sequences of actions from recorded matches for predictive modeling. It also provides an agent simulation environment to run and evaluate the performance of single or competing artificial intelligence agents. The system handles game ma

    Python
    Auf GitHub ansehen↗8,298
  • dennybritz/reinforcement-learningAvatar von dennybritz

    dennybritz/reinforcement-learning

    22,039Auf GitHub ansehen↗

    This repository provides a comprehensive library of reinforcement learning algorithms designed for training autonomous agents. It serves as a research-oriented collection of implementations that cover fundamental decision-making strategies, including dynamic programming, temporal difference learning, and policy gradient methods. The project distinguishes itself by offering specialized frameworks for deep reinforcement learning and structured decision modeling. It includes implementations for deep Q-learning that utilize neural networks, experience replay, and prioritized sampling to approxima

    Jupyter Notebook
    Auf GitHub ansehen↗22,039
  • deepmind/labAvatar von deepmind

    deepmind/lab

    7,365Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗7,365
  • google/braxAvatar von google

    google/brax

    3,196Auf GitHub ansehen↗

    Massively parallel rigidbody physics simulation on accelerator hardware.

    Jupyter Notebook
    Auf GitHub ansehen↗3,196
Alle 30 Alternativen zu Multiagent Particle Envs anzeigen→

Häufig gestellte Fragen

Was macht openai/multiagent-particle-envs?

Status: Archive (code is provided as-is, no updates expected)

Was sind die Hauptfunktionen von openai/multiagent-particle-envs?

Die Hauptfunktionen von openai/multiagent-particle-envs sind: Reinforcement Learning, Reinforcement Learning Environments.

Welche Open-Source-Alternativen gibt es zu openai/multiagent-particle-envs?

Open-Source-Alternativen zu openai/multiagent-particle-envs sind unter anderem: dennybritz/reinforcement-learning — This repository provides a comprehensive library of reinforcement learning algorithms designed for training autonomous… rlworkgroup/metaworld — Collections of robotics environments geared towards benchmarking multi-task and meta reinforcement learning. deepmind/lab — Lab is a customizable 3D platform and research testbed designed for training and testing autonomous agents using… deepmind/pysc2 — pysc2 is a Python interface and simulation framework that connects the StarCraft II game engine to machine learning… google/brax — Massively parallel rigidbody physics simulation on accelerator hardware. unity-technologies/ml-agents — This project is a reinforcement learning toolkit and simulation-based AI trainer for creating intelligent agents…