Skip to content

HoleInWater/ai-projects

Repository files navigation

AI Projects

Collection of AI and Machine Learning projects including game AI and automation.

Projects

block-blast-ai/

AI agent for Block Blast game using reinforcement learning.

ptcgp_ai/

AI agent for Pokemon Trading Card Game.

snowrider-ai/

Deep reinforcement learning agent that plays Snow Rider 3D game.

fishery_automation/

Automation system for fishery games using Playwright.

Setup

Each project has its own requirements. Generally:

# Create virtual environment
python -m venv venv
source venv/bin/activate

# Install dependencies
pip install -r requirements.txt

# For Playwright-based projects
python -m playwright install chromium

Individual Project Details

Snow Rider AI

python backend/server.py

Then open http://localhost:3000

Block Blast AI

python train_ai.py

PTCGP AI

python ptcgp.py

Fishery Automation

python -m src.main

About

AI and Machine Learning projects including game AI and automation

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages