AI Agents for Rock Paper Scissors is an open-source Python project that demonstrates how to build, train, and evaluate different AI strategies—random play, rule-based pattern recognition, and reinforcement learning (Q-learning)—in the classic Rock-Paper-Scissors game. It provides modular agent classes, a configurable game runner, performance logging, and visualization utilities. Users can easily swap agents, adjust learning parameters, and explore AI behavior in competitive scenarios.