forked from p7px8vou9/AI_learning
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
733 B
11 lines
733 B
# move_number action likelihood_dictionary
|
|
correctActions: """
|
|
0 None [{(1, 3): 0.25, (2, 3): 0.25, (3, 3): 0.25, (4, 3): 0.25, }, ]
|
|
1 East [{(1, 3): 0.0, (2, 3): 0.244094488189, (3, 3): 0.251968503937, (4, 3): 0.503937007874, (1, 1): 0.0, }, ]
|
|
2 Stop [{(1, 3): 0.0, (2, 3): 0.0, (3, 3): 0.832898172324, (4, 3): 0.167101827676, (1, 1): 0.0, }, ]
|
|
3 West [{(1, 3): 0.0, (2, 3): 0.0, (3, 3): 0.828432604507, (4, 3): 0.171567395493, (1, 1): 0.0, }, ]
|
|
4 East [{(1, 3): 0.0, (2, 3): 0.0, (3, 3): 0.707114765821, (4, 3): 0.292885234179, (1, 1): 0.0, }, ]
|
|
5 East [{(1, 3): 0.0, (2, 3): 0.0, (3, 3): 0.905833634776, (4, 3): 0.0941663652244, (1, 1): 0.0, }, ]
|
|
6 None [{(1, 3): 0.0, (2, 3): 0.0, (3, 3): 0.0, (4, 3): 0.0, (1, 1): 0.0, }, ]
|
|
"""
|