Members-Only
Recent Talks & Demos are for members only
You must be an AI Tinkerers active member to view these talks and demos.
GenAI RL Poker Coaching
Exploring a Python‑based poker coach that combines reinforcement learning for gameplay modeling with an LLM for personalized coaching, including roadmap, math, and code.
I am building an app that uses reinforcement learning to model poker, and an LLM to chat and coach you on your play in a personalized manner.
I am coding in python
This project is in early phase of development. I will show my process of scoping and project, making a roadmap for it, exciting an MVP, and iterating to create a good working product with product market fit.
I will talk about the mathematics and why I’m using Reinforcement Learning and LLMs for the specific chosen capabilities of the bot and why these are the appropriate mathematical frameworks for the problems I’m looking to solve. I will also show you my sloppy python code.