Main Strategy Ideas - GeorgePaps/Data_Analytics_Assignment GitHub Wiki

Strategies to be implemented:

  1. We can apply 3 different strategies, 1st one in rounds 1-100, 2nd at rounds 101-200, 3rd 201-300. After round three we can see which strategy gathered the most points and then choose this strategy for the rounds 301-700.
  2. We can use an if strategy after 700 to see which agents defaulted in defect and defect with those and treat the others accordingly.
  3. We can keep track of how some agents behave and put them into some categories. For example, there may be some agents that use the tic for tat strategy which is pretty easy to recognize and treat them accordingly.