Anna4142 / PrisonerDilemmaPy

1 stars 0 forks source link

Changing opponent strategy structure #16

Open Anna4142 opened 9 months ago

Anna4142 commented 9 months ago

would you reccomend creating a seperate directory to add the hard coded agents that our simulated_mouse can inherit from?That way we can use just one simulated mouse class for the learning as well coded agents

MickyHoltzman commented 8 months ago

My gut feel is that there is no relationship between the FixedStrategy classes and the learners. I think we should not combine them, other than having them all derive from PrisonerABC. But I haven't really looked at the learners, yet. Let's discuss on Thursday.

Anna4142 commented 8 months ago

ok.i will try to modify learners to derive from PrisonerABC