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

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetÀ proposNotre méthodologiePresseServeur MCP
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
Sentdex avatar

Sentdex/pygta5

0
View on GitHub↗
3,915 stars·805 forks·Python·MIT·2 vues

Pygta5

pygta5 est une bibliothèque d'automatisation de jeu Python conçue pour contrôler les actions et simuler l'entrée du joueur au sein de Grand Theft Auto 5. Elle sert de framework pour collecter des données de jeu, traiter des images visuelles via des réseaux de neurones et automatiser le gameplay via le deep learning.

Le projet implémente un contrôleur de réseau de neurones convolutif pour faire des prédictions de conduite et de mouvement en temps réel basées sur des images de jeu visuelles. Il utilise des modèles de régression et le deep learning pour exécuter des actions autonomes, permettant la création d'agents autonomes capables de contrôler des personnages ou des véhicules.

Le système inclut des capacités pour rassembler et équilibrer des échantillons de jeux de données pour le machine learning supervisé. Il prend en charge en outre la vision par ordinateur multi-caméra pour traiter des flux visuels simultanés pour l'inférence IA et la surveillance à distance de la progression de l'entraînement du machine learning via un serveur central.

Features

  • Autonomous Game Agents - Trains autonomous agents to control characters and vehicles by analyzing visual game input.
  • Gameplay Automation Libraries - Provides a set of tools for controlling game actions and simulating player input within Grand Theft Auto 5 using Python.
  • Visual Control Systems - Implements a system that processes visual game frames via neural networks to predict real-time driving and movement.
  • Game Automation Bots - Implements AI agents that utilize deep learning to automate complex gameplay mechanics and actions.
  • Game Data Collection Frameworks - Provides a framework for gathering and balancing dataset samples from game instances for model training.
  • CNN Architectures - Uses convolutional neural network architectures to process visual game frames for movement predictions.
  • Game Input Automation - Uses Python scripts to simulate human-like keyboard and mouse interactions for game automation.
  • Gameplay Automation - Provides scripts and tools to automate repetitive tasks and player movements within a video game.
  • Real-Time Model Inference on Frames - Runs convolutional neural networks on live game frames for real-time driving and action predictions.
  • Autonomous Navigation - Controls vehicle driving by processing visual input through a convolutional neural network to generate predictions.
  • Model-Based Control - Utilizes regression models and real-time training to control vehicle movement within a game.
  • Game Input Simulation - Simulates keyboard and controller interactions to programmatically manipulate the game environment.
  • Dataset Sampling Utilities - Captures and balances game state and user action samples to create datasets for supervised learning.
  • General Regression Models - Uses regression algorithms to map game state inputs to continuous control values for driving.
  • Training Dataset Collection - Captures and saves raw environment images and game states to create training datasets.
  • Streaming Training Management - Provides a system for managing the streaming of model updates and training progress via a central server.
  • Model Weight Synchronization - Synchronizes model weights and training progress between local game instances and a remote server.
  • Multi-Camera Vision Pipelines - Integrates multiple synchronized camera streams to provide AI inference and cinematic perspectives.
  • Multi-Perspective Aggregation - Processes simultaneous visual data from multiple in-game cameras for comprehensive AI inference.

Historique des stars

Graphique de l'historique des stars pour sentdex/pygta5Graphique de l'historique des stars pour sentdex/pygta5

Recherche par IA

Explorez plus de dépôts awesome

Décrivez vos besoins en langage naturel — l'IA classe des milliers de projets open source sélectionnés par pertinence.

Start searching with AI

Alternatives open source à Pygta5

Projets open source similaires, classés selon le nombre de fonctionnalités partagées avec Pygta5.
  • irisrainbowneko/genshin_auto_fishAvatar de IrisRainbowNeko

    IrisRainbowNeko/genshin_auto_fish

    4,761Voir sur GitHub↗

    This project is a game automation tool and deep reinforcement learning fishing bot designed to automate the fishing mechanics in Genshin Impact. It functions as an AI gameplay controller that simulates player inputs to collect resources without manual effort. The system utilizes a computer vision object detector to identify fish locations and rod positions on the screen. It employs deep reinforcement learning to dynamically adjust clicking force and timing based on real-time visual feedback to optimize the capture process. The automation workflow incorporates frame-based state sampling and a

    Python
    Voir sur GitHub↗4,761
  • oarriaga/face_classificationAvatar de oarriaga

    oarriaga/face_classification

    5,733Voir sur GitHub↗

    This project is a deep learning face classification system that detects human faces and classifies gender and emotion. It utilizes convolutional neural networks and computer vision tools to analyze facial attributes in both static images and live video streams. The system includes specialized classifiers for emotions based on the FER2013 dataset and gender based on IMDB datasets. These models are integrated into a containerized web service, allowing the classification logic to be exposed as an API that processes image data via network requests. The technical surface covers the entire pipelin

    Python
    Voir sur GitHub↗5,733
  • onedragon-anything/zenlesszonezero-onedragonAvatar de OneDragon-Anything

    OneDragon-Anything/ZenlessZoneZero-OneDragon

    6,493Voir sur GitHub↗

    ZenlessZoneZero-OneDragon is a game automation bot designed for Zenless Zone Zero. It functions as a combat automation script, an account management orchestrator, and an AI gameplay assistant to automate combat, daily quests, and character movement. The project utilizes image and audio recognition models to implement precision combat dodging and execute attack sequences. It employs pathfinding and recognition models for automated environmental navigation and interaction within game zones. The software provides broader capabilities for automating recurring daily tasks and resource collection.

    Python
    Voir sur GitHub↗6,493
  • serpentai/serpentaiAvatar de SerpentAI

    SerpentAI/SerpentAI

    6,979Voir sur GitHub↗

    SerpentAI is a game AI development kit and computer vision framework designed for building autonomous agents that interact with video games. It serves as a game input automation tool and a machine learning model integration engine, allowing developers to create agents that perceive game states and execute actions. The framework utilizes a plugin-based agent architecture to provide modular extensions for game-specific logic and behaviors. It features a specialized system for training, bundling, and deploying machine learning classifiers to recognize visual contexts and game states in real time

    Pythonartificial-intelligencecomputer-visiondeep-learning
    Voir sur GitHub↗6,979
Voir les 30 alternatives à Pygta5→

Questions fréquentes

Que fait sentdex/pygta5 ?

pygta5 est une bibliothèque d'automatisation de jeu Python conçue pour contrôler les actions et simuler l'entrée du joueur au sein de Grand Theft Auto 5. Elle sert de framework pour collecter des données de jeu, traiter des images visuelles via des réseaux de neurones et automatiser le gameplay via le deep learning.

Quelles sont les fonctionnalités principales de sentdex/pygta5 ?

Les fonctionnalités principales de sentdex/pygta5 sont : Autonomous Game Agents, Gameplay Automation Libraries, Visual Control Systems, Game Automation Bots, Game Data Collection Frameworks, CNN Architectures, Game Input Automation, Gameplay Automation.

Quelles sont les alternatives open-source à sentdex/pygta5 ?

Les alternatives open-source à sentdex/pygta5 incluent : irisrainbowneko/genshin_auto_fish — This project is a game automation tool and deep reinforcement learning fishing bot designed to automate the fishing… onedragon-anything/zenlesszonezero-onedragon — ZenlessZoneZero-OneDragon is a game automation bot designed for Zenless Zone Zero. It functions as a combat automation… serpentai/serpentai — SerpentAI is a game AI development kit and computer vision framework designed for building autonomous agents that… oarriaga/face_classification — This project is a deep learning face classification system that detects human faces and classifies gender and emotion.… baekalfen/pyboy — PyBoy is a programmable Game Boy emulator and hardware simulation framework written in Python. It functions as an… yenchenlin/deeplearningflappybird — This project is a deep reinforcement learning agent and AI game automation tool designed to master game objectives by…