Skip to content

Commit

Permalink
fix cfr and cfr+ docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
ryan-dorazio committed Dec 5, 2024
1 parent f68f2a3 commit c0c3b45
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions open_spiel/python/algorithms/cfr.py
Original file line number Diff line number Diff line change
Expand Up @@ -394,7 +394,7 @@ class _CFRSolver(_CFRSolverBase):
Once the policy has converged, the average policy (which converges to the Nash
policy) can be computed:
```python
average_policy = cfr_solver.ComputeAveragePolicy()
average_policy = cfr_solver.average_policy()
```
# Policy and average policy
Expand Down Expand Up @@ -471,7 +471,7 @@ class CFRPlusSolver(_CFRSolver):
Once the policy has converged, the average policy (which converges to the Nash
policy) can be computed:
```python
average_policy = cfr_solver.ComputeAveragePolicy()
average_policy = cfr_solver.average_policy()
```
"""

Expand Down

0 comments on commit c0c3b45

Please sign in to comment.