maxkw / evolution

0 stars 0 forks source link

Tremble bug #48

Closed maxkw closed 7 years ago

maxkw commented 7 years ago

in indirect_reciprocity.py

  1. Line 573 needs tremble to be a parameter for evaluating the likelihood
  2. Line 106 is actually using the tremble in the decision function ('tremble = self.genome['tremble']'). This means that if tremble is also in the environment it is being counted twice.