Skip to content

Possible strange behaviour with self interactions? #65

@drvinceknight

Description

@drvinceknight

Looking at k42r (which is marked as not Stochastic) does not play against itself in a symmetric way:

>>> players = (axlf.Player("k42r"), axlf.Player("k42r"))
>>> match = axl.Match(players, turns=200)
>>> results = match.play()
>>> results[25:30]
[(C, C), (C, D), (D, D), (D, D), (D, D)]

So on turn 27 ((C, D)) the second k42r defects: which obviously it should not because the histories up until then are the same (have checked: this is not a stochastic effect).

I think this requires carefully walking through the strategy but points towards perhaps a problem with self interactions?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions