Skip to content

AIDRI/markov_chain_for_rps

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

markov_chain_for_rps

Here, my Python 3 version of the Markov chain


It is a simple project with a Markov model, and a random number generator for the first turn.


I play 5 matchs with 10 rounds against the AI:
Human / AI / equality
6 / 4 / 0
3 / 5 / 2
2 / 3 / 5
5 / 2 / 3
4 / 5 / 1


An other match :

Annotation 2020-06-10 145412


WARNING: The model is not unbeatable. The 25 rounds are useful because they allow the robot to "calibrate" itself. After about ten epochs, the bot becomes relatively interesting. (some modifications will come)

About

Here, my Python 3 version of the Markov chain

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages