Skip to content

Commit

Permalink
Merge pull request google-deepmind#82 from jdermont:patch-1
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 271912367
Change-Id: I1d4305184aaad737d3df0af274254be48f1f346d
  • Loading branch information
open_spiel@google.com authored and open_spiel@google.com committed Sep 30, 2019
2 parents bc1b27d + 4b761f4 commit 09a5fde
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/contributing.md
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,10 @@ release!). Contributions are certainly not limited to these suggestions!
[An evolutionary game-theoretic analysis of poker strategies](https://www.sciencedirect.com/science/article/pii/S1875952109000056),
[Ref4](https://arxiv.org/abs/1803.06376).

- **Monte Carlo Tree Search Solver**. General enhancement to Monte Carlo tree
search, backpropagate proven wins and loses as far up as possible. See
[Winands el al. '08](https://dke.maastrichtuniversity.nl/m.winands/documents/uctloa.pdf).

- **Minimax-Q and other classic MARL algorithms**. Minimax-Q is a classic
multiagent reinforcement learning algorithm
([Markov games as a framework for multi-agent reinforcement learning](https://www2.cs.duke.edu/courses/spring07/cps296.3/littman94markov.pdf).
Expand Down

0 comments on commit 09a5fde

Please sign in to comment.