Comprehensive game AI research Tools for Every Need

Get access to game AI research solutions that address multiple requirements. One-stop resources for streamlined workflows.

game AI research

  • BomberManAI is a Python-based AI agent that autonomously navigates and battles in Bomberman game environments using search algorithms.
    0
    0
    What is BomberManAI?
    BomberManAI is an AI agent designed to play the classic Bomberman game autonomously. Developed in Python, it interfaces with a game environment to perceive map states, available moves, and opponent positions in real time. The core algorithm combines A* pathfinding, breadth-first search for reachability analysis, and a heuristic evaluation function to determine optimal bomb placement and evasion strategies. The agent handles dynamic obstacles, power-ups, and multiple opponents on various map layouts. Its modular architecture enables developers to experiment with custom heuristics, reinforcement learning modules, or alternative decision-making strategies. Ideal for game AI researchers, students, and competitive bot developers, BomberManAI provides a flexible framework for testing and improving autonomous gaming agents.
  • An open-source reinforcement learning agent using PPO to train and play StarCraft II via DeepMind's PySC2 environment.
    0
    0
    What is StarCraft II Reinforcement Learning Agent?
    This repository provides an end-to-end reinforcement learning framework for StarCraft II gameplay research. The core agent uses Proximal Policy Optimization (PPO) to learn policy networks that interpret observation data from the PySC2 environment and output precise in-game actions. Developers can configure neural network layers, reward shaping, and training schedules to optimize performance. The system supports multiprocessing for efficient sample collection, logging utilities for monitoring training curves, and evaluation scripts for running trained policies against scripted or built-in AI opponents. The codebase is written in Python and leverages TensorFlow for model definition and optimization. Users can extend components such as custom reward functions, state preprocessing, or network architectures to suit specific research objectives.
Featured