carykh / PrisonersDilemmaTournament

Watch This Place's awesome video about iterated Prisoner's Dilemma for context! https://www.youtube.com/watch?v=BOvAbjfJ0x0
MIT License
205 stars 159 forks source link

File name conflict in example strats #63

Closed ghost closed 3 years ago

ghost commented 3 years ago

Name of the "random" strat should be changed because you might need to import random, which would import this strategy instead

saezhe commented 3 years ago

Oh, yeah, that's probably why I was having trouble importing random yesterday

accelotron commented 3 years ago

I re-named random strat to yolo.py

carykh commented 3 years ago

This is a really good point! Thanks for notifying me. I renamed the random file to 'randomStrategy.py'