mirror of
https://github.com/taxicomics/PrisonersDilemma.git
synced 2026-08-26 15:34:26 +02:00
added lil_devil
This commit is contained in:
@@ -18,8 +18,8 @@ nr_of_games=300#int(input("How many games should be played?"))
|
||||
#XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
|
||||
# Put YOUR functions down below
|
||||
#XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
|
||||
function1=contenders.random_positive_leaner
|
||||
function2=contenders.random_negative_leaner
|
||||
function1=contenders.lil_devil
|
||||
function2=contenders.lil_devil
|
||||
|
||||
for i in range(nr_of_games):
|
||||
helper_functions.play_game( games,function1,function2,nr_of_rounds)
|
||||
|
||||
Reference in New Issue
Block a user