1 简答题 Suppose the game starts in cell 1 If v = red then new state could be any state adjacent to current state with red; If v = green then new state could be any state adjacent to current state wi
Q = {1, 2, 3, 4, 5}
∑ = {red, green}
δ(1, red) = 2
δ(1, green) = 4
δ(2, red) = 1
δ(2, green) = 3
δ(3, red) = 2
δ(3, green) = 5
δ(4, red) = 1
δ(4, green) = 5
δ(5, red) = 3
δ(5, green) = 4
原文地址: https://www.cveoy.top/t/topic/blof 著作权归作者所有。请勿转载和采集!