Closed klutzj closed 5 years ago
Hi @klutzj! Thank you for taking a look at my code! I took another look and tested it as it is. I have not encountered any of the problems as you described above (the transition matrix prints out values other than 0 and if you keep playing rock you start losing every time). I tested both the clean version and the final project. As such, I am not able to determine the issue so if you can document or point it out more clearly that would be helpful.
A few possibilities: 1) You are not playing in expert mode (where the Markov Chain program is) a) the win percentage shouldn't be so high when played normally 2) You are printing the transition matrices in relation to something else.
Also, what do you mean by inputting simultaneously?
I cannot reproduce this problem so I am closing this issue.
Firstly, thank you for sharing your code because I'm working on RPS as well for a project. I tried understanding the Markov chain bot you used in the game but I encountered a problem when testing it. I'm not sure if it is supposed to work that way so yea.