Sorry, what is AMAF?


Sorry: All Moves As First :)

And I have another question; Don't you use Q_RLGO anymore?
If so, would you explain the detail of the Q_MoGo heuristic?


Q_RLGO is not used in MoGo's versions which play online.
Q_MoGo(s,a) is:
- if (self atari(s,a)): 0
- if one pattern, among the patterns used in MoGo's simulation policy,
matches for move "a" in position "s", then 1
- else 0.5

Hoping it helps,
Sylvain
_______________________________________________
computer-go mailing list
computer-go@computer-go.org
http://www.computer-go.org/mailman/listinfo/computer-go/

Reply via email to