Machine Learning with Python Projects - Rock Paper Scissors

Hi, i just completed this project. Gosh, it took me days.

Well, to solve that, my approach is to study RPS_game.py , i.e. the algorithm for opponent to generate next move.

In other words, my approach is NOT based on studying all history of opponent’s move for a pattern, BUT based on algorithm in RPS_game.py to against.
So, somehow i feel guilty that there is no data analysing / machine learning approach used here.

My question is :

  1. Is this considered as completed?
  2. If not, how’s proper approach in MachineLearning way ?

Thanks…

Link to the challenge:

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.