TheodoreEhrenborg / mercantilism

MIT License
0 stars 0 forks source link

aux_stochastic has a problem #17

Open TheodoreEhrenborg opened 5 years ago

TheodoreEhrenborg commented 5 years ago

One of the algorithms that I wanted to include assumed that the game was symmetric, and then tried to maximize the points earned this round. Theoretically this task should be handled by round_points. But roundpoints tends to assume that all players settle on one strategy each, but pure strategies generally aren't feasible. I need symmetric versions of the three round strategies of aux_stochastic. But this issue can wait.

TheodoreEhrenborg commented 5 years ago

This is a limitation that I should talk about in my conclusion.