awesome-repositories.com
المدونة
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعحولكيفية ترتيب النتائجالصحافةخادم MCP
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
deepmind avatar

deepmind/pysc2

0
View on GitHub↗
8,298 نجوم·1,159 تفرعات·Python·Apache-2.0·12 مشاهدات

Pysc2

pysc2 هي واجهة Python وإطار عمل محاكاة يربط محرك لعبة StarCraft II بوكلاء التعلم الآلي. تعمل كغلاف API يكشف عن محتويات اللعبة كمجموعة من الملاحظات والإجراءات، مما يوفر بيئة تعلم تعزيزي للبحث والتدريب.

يتضمن إطار العمل أدوات لتحليل إعادة تشغيل اللعبة لاستخراج البيانات وتسلسلات الإجراءات من المباريات المسجلة للنمذجة التنبؤية. كما يوفر بيئة محاكاة للوكلاء لتشغيل وتقييم أداء وكلاء الذكاء الاصطناعي الفرديين أو المتنافسين.

يتعامل النظام مع إعداد خريطة اللعبة، والتحليل السلوكي، ويوفر واجهة تحكم يدوية لتصحيح سلوك الوكيل. يحول حالة اللعبة إلى موترات متعددة الأبعاد ويستخدم إطار عمل استدعاء إجراء عن بُعد لإدارة الاتصال بين العميل ومحرك اللعبة.

Features

  • Reinforcement Learning Environments - Provides a specialized reinforcement learning environment connecting the StarCraft II engine to machine learning agents.
  • Agent Simulation Environments - Offers a system for running and testing competing AI agents to evaluate their behavior and strategic performance.
  • Autonomous Agent Simulations - Implements a framework for simulating and analyzing the behavior of autonomous AI agents in a strategic environment.
  • Action-Observation Cycles - Implements a synchronous loop where agents receive game state snapshots and return corresponding action commands.
  • Game Automation APIs - Provides a programmatic interface for autonomous agents to receive game observations and execute actions within the engine.
  • Game Simulation Environments - Offers a simulated environment for running controlled game scenarios to evaluate AI controller performance.
  • Game AI Development Kits - Provides a comprehensive development kit for creating autonomous agents that operate in a real-time strategy setting.
  • Model Behavioral Analysis - Facilitates the study of agent decision-making and behavioral patterns using data extracted from recorded matches.
  • Replay Processing Pipelines - Parses recorded game files into sequences of observations and actions to facilitate offline supervised learning.
  • Tensor Data Representations - Transforms raw game state into multi-dimensional tensors for direct consumption by deep neural networks.
  • Protobuf Serialization - Uses Protocol Buffers to serialize observations and actions for consistent, strictly typed cross-language data transfer.
  • Game Replay Analysis - Ships a utility for extracting observations and actions from recorded game files to review agent behavior or train models.
  • Game Replay Parsers - Provides a utility for extracting data and sequences of actions from recorded game files to train predictive models.
  • gRPC Client Implementations - Implements a gRPC client to manage synchronous communication of game states and actions between Python and the engine.
  • Process Isolation Architectures - Runs the game engine in a separate process to ensure that engine crashes do not interrupt the agent training process.
  • Reinforcement Learning - StarCraft II learning environment.
  • Reinforcement Learning Environments - Environment for reinforcement learning research in StarCraft II.
  • Strategy Games - Official environment for StarCraft II reinforcement learning research.

سجل النجوم

مخطط تاريخ النجوم لـ deepmind/pysc2مخطط تاريخ النجوم لـ deepmind/pysc2

بحث بالذكاء الاصطناعي

استكشف المزيد من المستودعات الرائعة

صف ما تحتاجه بلغة بسيطة — وسيقوم الذكاء الاصطناعي بترتيب آلاف المشاريع مفتوحة المصدر المنسقة حسب الصلة.

Start searching with AI

بدائل مفتوحة المصدر لـ Pysc2

مشاريع مفتوحة المصدر مشابهة، مرتبة حسب عدد الميزات المشتركة مع Pysc2.
  • unity-technologies/ml-agentsالصورة الرمزية لـ Unity-Technologies

    Unity-Technologies/ml-agents

    19,494عرض على GitHub↗

    This project is a reinforcement learning toolkit and simulation-based AI trainer for creating intelligent agents within Unity simulations. It provides a multi-agent simulation framework for configuring cooperative or competitive scenarios and includes an environment wrapper that bridges simulations with standard machine learning libraries using gym-style interfaces. The system features a native cross-platform inference engine that executes trained neural network models for real-time decision making without external dependencies. It enables the acceleration of the learning process by running m

    C#
    عرض على GitHub↗19,494
  • deepmind/labالصورة الرمزية لـ deepmind

    deepmind/lab

    7,365عرض على 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
    عرض على GitHub↗7,365
  • openai/gymالصورة الرمزية لـ openai

    openai/gym

    37,223عرض على GitHub↗

    Gym is a reinforcement learning environment toolkit and agent simulation framework. It provides a standardized API and a universal communication interface that defines how learning agents interact with simulation environments through actions and observations. The project includes a benchmark environment suite and a diverse library of pre-configured simulation worlds, including physics engines and classic control tasks. It enables the creation of custom simulation environments to train agents in specific operational scenarios while ensuring reproducibility across different learning algorithms.

    Python
    عرض على GitHub↗37,223
  • farama-foundation/gymnasiumالصورة الرمزية لـ Farama-Foundation

    Farama-Foundation/Gymnasium

    12,050عرض على GitHub↗

    Gymnasium is a suite of standardized APIs and simulation toolkits used to evaluate agent behavior and benchmark reinforcement learning algorithms. It provides a standardized interface for creating and interacting with simulated environments, enabling the training of reinforcement learning agents through a consistent set of interaction protocols. The project emphasizes experimental reproducibility through a versioned API and a system for tracking changes to environment logic using version suffixes. This ensures that learning results remain consistent and can be replicated across different soft

    Pythonapigymreinforcement-learning
    عرض على GitHub↗12,050
عرض جميع البدائل الـ 30 لـ Pysc2→

الأسئلة الشائعة

ما هي وظيفة deepmind/pysc2؟

pysc2 هي واجهة Python وإطار عمل محاكاة يربط محرك لعبة StarCraft II بوكلاء التعلم الآلي. تعمل كغلاف API يكشف عن محتويات اللعبة كمجموعة من الملاحظات والإجراءات، مما يوفر بيئة تعلم تعزيزي للبحث والتدريب.

ما هي الميزات الرئيسية لـ deepmind/pysc2؟

الميزات الرئيسية لـ deepmind/pysc2 هي: Reinforcement Learning Environments, Agent Simulation Environments, Autonomous Agent Simulations, Action-Observation Cycles, Game Automation APIs, Game Simulation Environments, Game AI Development Kits, Model Behavioral Analysis.

ما هي البدائل مفتوحة المصدر لـ deepmind/pysc2؟

تشمل البدائل مفتوحة المصدر لـ deepmind/pysc2: unity-technologies/ml-agents — This project is a reinforcement learning toolkit and simulation-based AI trainer for creating intelligent agents… deepmind/lab — Lab is a customizable 3D platform and research testbed designed for training and testing autonomous agents using… openai/gym — Gym is a reinforcement learning environment toolkit and agent simulation framework. It provides a standardized API and… farama-foundation/gymnasium — Gymnasium is a suite of standardized APIs and simulation toolkits used to evaluate agent behavior and benchmark… deepmind/deepmind-research — This project is an AI research implementation library and machine learning research repository. It provides a… serpentai/serpentai — SerpentAI is a game AI development kit and computer vision framework designed for building autonomous agents that…