Skip to content

Commit b79989b

Browse files
docs: remove redundant comments in arena (#254)
1 parent eda67f6 commit b79989b

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

src/arena/cfr/agent.rs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -778,9 +778,6 @@ where
778778
// `CFRAgent::compute_reward_fast_forward`. They mutate a cloned `GameState`
779779
// directly: apply the candidate action, play out the rest of the hand
780780
// assuming every further action is a check/call, and distribute a single pot.
781-
// They live next to the recursive reward path on purpose — a reader moving
782-
// through this file should see that `compute_reward` has two strategies and
783-
// both are implemented right here.
784781
// -----------------------------------------------------------------------------
785782

786783
/// Apply a single action on behalf of the current to-act player.

0 commit comments

Comments
 (0)