Skill Demo
Rock-Paper-Scissors AI (Markov Model)
Play against an adaptive agent that learns your move transitions from round to round using a first-order Markov chain.
Back to portfolioMarkov Rock-Paper-Scissors
This AI learns your move patterns using a first-order Markov model. After each round, it updates transition probabilities from your previous move to your current move.
Rounds learned: 0
Round insight
Play your first round to start training the model.
Transition counts
| Previous move | Next: Rock | Next: Paper | Next: Scissors |
|---|---|---|---|
| Rock | 0 | 0 | 0 |
| Paper | 0 | 0 | 0 |
| Scissors | 0 | 0 | 0 |
Win-rate over time
Current win rate: 0.0% (0/0 wins)