Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
[x] Fixed broken badge status
  • Loading branch information
destin-v authored Oct 3, 2024
1 parent 9cb49f1 commit b8be311
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@
</p>

<p align="center">
<a href="https://github.com/destin-v/dentro/actions/workflows/pre-commit.yml"> <img alt="pre-commit" src="https://github.com/destin-v/dentro/actions/workflows/pre-commit.yml/badge.svg"></a>
<a href="https://github.com/destin-v/dentro/actions/workflows/pdoc.yml"> <img alt="pdoc" src="https://github.com/destin-v/dentro/actions/workflows/pdoc.yml/badge.svg"></a>
<a href="https://github.com/destin-v/dentro/actions/workflows/pytest.yml"> <img alt="pytest" src="https://github.com/destin-v/dentro/actions/workflows/pytest.yml/badge.svg"></a>
<a href="https://github.com/mit-ll/dentro/actions/workflows/pre-commit.yml"> <img alt="pre-commit" src="https://github.com/mit-ll/dentro/actions/workflows/pre-commit.yml/badge.svg"></a>
<a href="https://github.com/mit-ll/dentro/actions/workflows/pdoc.yml"> <img alt="pdoc" src="https://github.com/mit-ll/dentro/actions/workflows/pdoc.yml/badge.svg"></a>
<a href="https://github.com/mit-ll/dentro/actions/workflows/pytest.yml"> <img alt="pytest" src="https://github.com/mit-ll/dentro/actions/workflows/pytest.yml/badge.svg"></a>
</p>

Dentro is an implementation of Counter Factual Regret Minimization (CFRM). It provides the basic building blocks needed to assemble your own graphs and solve the problem using the provided algorithm. This repo shows CFRM applied to the game of rock-paper-scissors.
Expand Down

0 comments on commit b8be311

Please sign in to comment.