Axelrod
Axelrod copied to clipboard
A research tool for the Iterated Prisoner's Dilemma
Hello! I wrote some strategies that use armed bandit algorithms. Originally, I only wanted to implement the epsilon-greedy strategy, but I now plan on extending this effort and implementing all...
Rebase of #1438, to see if all tests now pass.
See #1446
## Background Hatch uses hatchling as the underlying build system. With older versions of hatchling the metadata is out of date with the expected metadata for pypi (something to do...
addresses https://github.com/Axelrod-Python/Axelrod/issues/1463
This benchmark was used to analyze #1460. There's a way to integrate pytest-benchmark with tox. This PR doesn't do that, but may be a good starting point.
[set_player_information.rst](https://github.com/Axelrod-Python/Axelrod/blob/dev/docs/how-to/set_player_information.rst) describes how to give players in a match knowledge of the length of a particular game. I think it'd be cool to have an option to have that length...
Let's bump the CI versions up now that 3.13 has been out for a while.