oyamad / game_theory_models

Python code for game theory modeling
BSD 3-Clause "New" or "Revised" License
31 stars 9 forks source link

Add tie_breaking option #20

Open Yuya-Furusawa opened 5 years ago

Yuya-Furusawa commented 5 years ago

Now Play method in LocalInteraction class in localint.py sets smallest as tie_breaking default option, and users can't use random option, which is allowed in best_response method in Player class. But I think it is better to add tie_breaking option.