Collection of AI and Machine Learning projects including game AI and automation.
AI agent for Block Blast game using reinforcement learning.
AI agent for Pokemon Trading Card Game.
Deep reinforcement learning agent that plays Snow Rider 3D game.
Automation system for fishery games using Playwright.
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 chromiumpython backend/server.pyThen open http://localhost:3000
python train_ai.pypython ptcgp.pypython -m src.main