oyamad / game_theory_models

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

Add and revise docstrings #21

Closed Yuya-Furusawa closed 5 years ago

Yuya-Furusawa commented 5 years ago

I added and revised docstrings in localint.py.

oyamad commented 5 years ago

Thanks! I will review more in details when I have time.

One quick comment: Use "action" for "strategy"; The term "strategy" is reserved for a strategy (a mapping from information to actions) in larger games (such as repeated games).