日々の記録

メモ代わりにも使ってます

使い方

set_payoff(self):

        points_matrix = {'Cooperate': {'Cooperate': Constants.cooperate_amount,

                                       'Defect': Constants.cooperate_defect_amount},

                         'Defect':   {'Cooperate': Constants.defect_cooperate_amount,

                                      'Defect': Constants.defect_amount}}