Skip to content

issues Search Results · repo:Axelrod-Python/Axelrod language:Python

Filter by

469 results
 (140 ms)

469 results

inAxelrod-Python/Axelrod (press backspace or delete to remove)

I am new to this library, and as a Hello World-style exercise, I am trying to reproduce the results in Axelrod, 1980 where Tit-For-Tat famously wins Axelrod s first IPD tournament. import axelrod ...
  • jamesking
  • 7
  • Opened 
    14 days ago
  • #1475

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 be probabilistic, rather than ...
  • miller-ian
  • 3
  • Opened 
    on Jan 14
  • #1468

Let s bump the CI versions up now that 3.13 has been out for a while.
  • marcharper
  • Opened 
    on Jan 8
  • #1463

Currently our results summary file ordered by the rank. There is no column with the original order of the players. I d like to add the original order of the players as a column. We haven t had it before ...
  • drvinceknight
  • 2
  • Opened 
    on Dec 9, 2024
  • #1459

LimitedHistory inherits extend from base class. However expected behavior is that LimitedHistory only keeps the last memory_depth history. Should make this unittest on TestLimitedHistory pass. def ...
up-for-grabs
  • gaffney2010
  • 2
  • Opened 
    on Nov 4, 2024
  • #1451

In the README.md With Axelrod you: - have access to over 200 strategies http://axelrod.readthedocs.io/en/stable/reference/all_strategies.html _, including original and classics like Tit For Tat ...
  • gaffney2010
  • Opened 
    on Nov 4, 2024
  • #1449

See #1446
  • marcharper
  • Opened 
    on Jul 11, 2024
  • #1447

setuptools is deprecated and removed in Python 3.12, so we have to either use a third party version or change how we do packaging. Right now setup.py fails because setuptools is not available in the standard ...
  • marcharper
  • 1
  • Opened 
    on Mar 8, 2024
  • #1437

Calling back on previous notes, other than a 5% noise ration for the tournament, can a rematch be done for 10% or even 20% of noise (and then compare rankings change)? https://github.com/Axelrod-Python/tournament/issues/7 ...
  • BradKML
  • 1
  • Opened 
    on Feb 23, 2024
  • #1434

I ran the code for the first tournament in the following way. import axelrod as axl first_tournament_participants_ordered_by_reported_rank = [s() for s in axl.axelrod_first_strategies] tournament=axl.Tournament(players=first_tournament_participants_ordered_by_reported_rank,turns=200,repetitions=5,seed=1, ...
  • ZhengyeHan
  • 3
  • Opened 
    on Jan 22, 2024
  • #1432
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.