We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eda67f6 commit b79989bCopy full SHA for b79989b
1 file changed
src/arena/cfr/agent.rs
@@ -778,9 +778,6 @@ where
778
// `CFRAgent::compute_reward_fast_forward`. They mutate a cloned `GameState`
779
// directly: apply the candidate action, play out the rest of the hand
780
// 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.
784
// -----------------------------------------------------------------------------
785
786
/// Apply a single action on behalf of the current to-act player.
0 commit comments