randomized_uncertain_social_preferences/rusp/env_indirect_reciprocity.py [329:334]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    if against_all_c or against_all_d or against_tft:
        if against_all_c:
            policy_to_play = 'allc'
        elif against_all_d:
            policy_to_play = 'alld'
        elif against_tft:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



randomized_uncertain_social_preferences/rusp/env_ipd.py [140:145]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    if against_all_c or against_all_d or against_tft:
        if against_all_c:
            policy_to_play = 'allc'
        elif against_all_d:
            policy_to_play = 'alld'
        elif against_tft:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



