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
In function parse_results_file() in simulate_strategy_distribution.py loop generating matchup_dict is incrementing index by one while taking two entries from results.txt resulting in assignment of incorrect values to scores.
The issue is obvious when simulating current meta with lots of alwaysDefect. Theres no way a strategy can get score of ~3 when majority of strategies always defect.
The text was updated successfully, but these errors were encountered:
In function
parse_results_file()
insimulate_strategy_distribution.py
loop generatingmatchup_dict
is incrementing index by one while taking two entries from results.txt resulting in assignment of incorrect values to scores.The issue is obvious when simulating current meta with lots of alwaysDefect. Theres no way a strategy can get score of ~3 when majority of strategies always defect.
The text was updated successfully, but these errors were encountered: