You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
An evolving No-Limit Hold’em AI engine for heads-up poker. It begins with rule-based decision bots, generates data for supervised learning models, and advances toward reinforcement learning agents capable of real-time, opponent-aware strategy and optimal decision making.
This Rock Paper Scissors AI project combines machine learning and data science techniques to create a highly effective player. It uses an LSTM neural network for move prediction, online learning for real-time adaptation, and pattern recognition. The AI employs opponent modeling, ensemble decision-making, and dynamic learning rates .