We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 69f8506 commit f1cac2cCopy full SHA for f1cac2c
md/Minimax-Decision.md
@@ -2,7 +2,7 @@
2
3
## AIMA3e
4
__function__ MINIMAX-DECISION(_state_) __returns__ _an action_
5
- __return__ arg max<sub> _a_ ∈ ACTIONS(s)</sub> MIN\-VALUE(RESULT(_state_, _a_))
+ __return__ arg max<sub> _a_ ∈ ACTIONS(_s_)</sub> MIN\-VALUE(RESULT(_state_, _a_))
6
7
---
8
__function__ MAX\-VALUE(_state_) __returns__ _a utility value_
0 commit comments