pyporto / pycoffee-challenges

PyCoffee Challenges
Creative Commons Attribution Share Alike 4.0 International
0 stars 0 forks source link

Axelrod’s Tournament #1

Open imankulov opened 5 years ago

imankulov commented 5 years ago

Goal

Learn about prisoner's dilemma and it's iterated variation. Try different strategies with Python's "axelrod" package. Explore Python implementation of them, and write your own strategy

References

nolasconapoleao commented 5 years ago

Proposition for Challenge:

Explore library

Write a new strategy

Analyse match results

Creating matches: https://axelrod.readthedocs.io/en/stable/tutorials/getting_started/match.html Visualize results: https://axelrod.readthedocs.io/en/stable/tutorials/getting_started/visualising_results.html Create matches: https://axelrod.readthedocs.io/en/stable/tutorials/getting_started/match.html

imankulov commented 5 years ago

Great overview 😋 I wonder though how we can realistically fit this (especially the analyze part) into a two hours long schedule (de-facto, a bit more than one hour in fact). Should we aim at extending the meetup to 3-4 hours maybe?