game_theory_models
game_theory_models copied to clipboard
TODOs
- Player, NormalFormGame
- [x] Implementation
- [x] Docstring
- [x] Test
- [x] Notebook
- LocalInteraction
- [x] Implementation
- [ ] Docstring
- [x] Test
- [ ] Notebook
- StochasticLocalInteraction?
- [ ] Implementation
- [ ] Docstring
- [ ] Test
- [ ] Notebook
- FictitiousPlay
- [x] Implementation
- [ ] Docstring
- [x] Test
- [ ] Notebook
- StochasticFictitiousPlay
- [x] Implementation
- [ ] Docstring
- [ ] Test
- [ ] Notebook
- BRD
- [x] Implementation
- [ ] Docstring
- [x] Test
- [ ] Notebook
- KMR
- [x] Implementation
- [ ] Docstring
- [ ] Test
- [ ] Notebook
- SamplingBRD
- [x] Implementation
- [ ] Docstring
- [ ] Test
- [ ] Notebook
- LogitDynamics?
- [x] Implementation
- [ ] Docstring
- [x] Test
- [ ] Notebook
- [x] Allow choosing
tie_breaking
option in modules such aslocalint
.