awesome-repositories.com
Blog
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
·
Sentdex avatar

Sentdex/pygta5

0
View on GitHub↗
3,915 Stars·805 Forks·Python·MIT·1 Aufruf

Pygta5

pygta5 ist eine Python-Spielautomatisierungsbibliothek, die darauf ausgelegt ist, Aktionen zu steuern und Spielereingaben innerhalb von Grand Theft Auto 5 zu simulieren. Sie dient als Framework für das Sammeln von Spieldaten, die Verarbeitung visueller Frames mittels neuronaler Netzwerke und die Automatisierung des Gameplays durch Deep Learning.

Das Projekt implementiert einen Convolutional-Neural-Network-Controller, um Echtzeit-Fahr- und Bewegungs-Vorhersagen basierend auf visuellen Spielframes zu treffen. Es nutzt Regressionsmodelle und Deep Learning, um autonome Aktionen auszuführen, was die Erstellung autonomer Agenten ermöglicht, die Charaktere oder Fahrzeuge steuern können.

Das System umfasst Funktionen für das Sammeln und Ausbalancieren von Datensatz-Stichproben für überwachtes Machine Learning. Es unterstützt zudem Multi-Kamera-Computer-Vision, um gleichzeitige visuelle Feeds für KI-Inferenz zu verarbeiten, sowie die Remote-Überwachung des Fortschritts beim Machine-Learning-Training über einen zentralen Server.

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.

Star-Verlauf

Star-Verlauf für sentdex/pygta5Star-Verlauf für sentdex/pygta5

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 Pygta5

Ähnliche Open-Source-Projekte, sortiert nach der Anzahl der gemeinsamen Funktionen mit Pygta5.
  • irisrainbowneko/genshin_auto_fishAvatar von IrisRainbowNeko

    IrisRainbowNeko/genshin_auto_fish

    4,761Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗4,761
  • oarriaga/face_classificationAvatar von oarriaga

    oarriaga/face_classification

    5,733Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗5,733
  • onedragon-anything/zenlesszonezero-onedragonAvatar von OneDragon-Anything

    OneDragon-Anything/ZenlessZoneZero-OneDragon

    6,493Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗6,493
  • serpentai/serpentaiAvatar von SerpentAI

    SerpentAI/SerpentAI

    6,979Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗6,979
Alle 30 Alternativen zu Pygta5 anzeigen→

Häufig gestellte Fragen

Was macht sentdex/pygta5?

pygta5 ist eine Python-Spielautomatisierungsbibliothek, die darauf ausgelegt ist, Aktionen zu steuern und Spielereingaben innerhalb von Grand Theft Auto 5 zu simulieren. Sie dient als Framework für das Sammeln von Spieldaten, die Verarbeitung visueller Frames mittels neuronaler Netzwerke und die Automatisierung des Gameplays durch Deep Learning.

Was sind die Hauptfunktionen von sentdex/pygta5?

Die Hauptfunktionen von sentdex/pygta5 sind: Autonomous Game Agents, Gameplay Automation Libraries, Visual Control Systems, Game Automation Bots, Game Data Collection Frameworks, CNN Architectures, Game Input Automation, Gameplay Automation.

Welche Open-Source-Alternativen gibt es zu sentdex/pygta5?

Open-Source-Alternativen zu sentdex/pygta5 sind unter anderem: 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…