You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Both k92r and ktitfortatc point to axl.TitForTat. Is there a reason that we include both? This means that all_strategies will have two copies of TFT. Just checking that this is intentional.
The text was updated successfully, but these errors were encountered:
The TourExec code that we have was actually the code used to test the strategies for the second tournament rather than the tournament itself. Here's a snippet of the first two lines:
Program AxTest
c For testings of PD tour program.
The 'named' strategies, such as ktitfortat, were part of the testing.
We chose to incorporate all the strategies we could see at the time. (To start with, we didn't even know that K92R was TitForTat).
I see, thanks. Perhaps we should explain this in the readme? I.e this is the test code, if you want to rerun the second tournament use second_tournament_strategies, etc.
Both k92r and ktitfortatc point to axl.TitForTat. Is there a reason that we include both? This means that
all_strategies
will have two copies of TFT. Just checking that this is intentional.The text was updated successfully, but these errors were encountered: