File tree Expand file tree Collapse file tree 1 file changed +5
-7
lines changed Expand file tree Collapse file tree 1 file changed +5
-7
lines changed Original file line number Diff line number Diff line change @@ -455,13 +455,11 @@ The :code:`OriginalGradual` strategy implemented has the following description:
455455 The `punishment_limit ` is incremented whenever the opponent defects and the
456456 strategy is not in either calming or punishing state.
457457
458- Note that this is not the strategy that was intended to have been written in
459- [Beaufils1997 ]_. It appears that the authors had a bug in their code.
460- This was brought to the attention of the maintainers of the
461- library and is documented here
462- `<https://github.com/Axelrod-Python/Axelrod/issues/1294 >`_. The strategy that was
463- intended to be written and that is implemented at [CRISTAL-SMAC2018 ]_ has the
464- following description:
458+ Note that a different version of Gradual appears in [CRISTAL-SMAC2018 ]_.
459+ This was brought to the attention of the maintainers of the library by one of the
460+ authors of [Beaufils1997 ]_ and is documented here `<https://github.com/Axelrod-Python/Axelrod/issues/1294 >`_.
461+
462+ The strategy implemented in [CRISTAL-SMAC2018 ]_ and defined here as :code: `Gradual ` has the following description:
465463
466464 Similar to OriginalGradual, this is a player that punishes defections with a
467465 growing number of defections but after punishing for `punishment_limit `
You can’t perform that action at this time.
0 commit comments