So I am working on the RPS project in machine learning certification, the last one. I seem to have gotten good progress, but then i tried the tests… , so see I made 4 bots, one to counter each other bot, but the tests seem to require that there is 1 bot named player. So it seems like there are 3 things I could so:
- Ignore the tests (the 4 bots still win more then 60 percent of the games)
- Modify the tests to use all 4 bots, i can do that but dont know if it is ‘legal’
- Just rewrite the entire codebase to use 1 bot, can do that but it sucks to lose days of work
So obviously i prefer 1 or 2, so the question is, are they allowed