Skip to content

Commit f1cac2c

Browse files
authored
Update Minimax-Decision.md
1 parent 69f8506 commit f1cac2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

md/Minimax-Decision.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## AIMA3e
44
__function__ MINIMAX-DECISION(_state_) __returns__ _an action_
5-
&emsp;__return__ arg max<sub> _a_ &Element; ACTIONS(s)</sub> MIN\-VALUE(RESULT(_state_, _a_))
5+
&emsp;__return__ arg max<sub> _a_ &Element; ACTIONS(_s_)</sub> MIN\-VALUE(RESULT(_state_, _a_))
66

77
---
88
__function__ MAX\-VALUE(_state_) __returns__ _a utility value_

0 commit comments

Comments
 (0)