157 lines
3.3 KiB
Plaintext
157 lines
3.3 KiB
Plaintext
Values at iteration 0 are correct.
|
|
Student/correct solution:
|
|
values_k_0: """
|
|
0.0000 0.0000 0.0000
|
|
"""
|
|
|
|
|
|
Q-Values at iteration 0 for action south are correct.
|
|
Student/correct solution:
|
|
q_values_k_0_action_south: """
|
|
illegal 0.0000 illegal
|
|
"""
|
|
|
|
|
|
Q-Values at iteration 0 for action north are correct.
|
|
Student/correct solution:
|
|
q_values_k_0_action_north: """
|
|
illegal 0.0000 illegal
|
|
"""
|
|
|
|
|
|
Q-Values at iteration 0 for action exit are correct.
|
|
Student/correct solution:
|
|
q_values_k_0_action_exit: """
|
|
10.0000 illegal -10.0000
|
|
"""
|
|
|
|
|
|
Q-Values at iteration 0 for action west are correct.
|
|
Student/correct solution:
|
|
q_values_k_0_action_west: """
|
|
illegal 0.0000 illegal
|
|
"""
|
|
|
|
|
|
Q-Values at iteration 0 for action east are correct.
|
|
Student/correct solution:
|
|
q_values_k_0_action_east: """
|
|
illegal 0.0000 illegal
|
|
"""
|
|
|
|
|
|
Values at iteration 1 are correct.
|
|
Student/correct solution:
|
|
values_k_1: """
|
|
10.0000 0.0000 0.0000
|
|
"""
|
|
|
|
|
|
Q-Values at iteration 1 for action south are correct.
|
|
Student/correct solution:
|
|
q_values_k_1_action_south: """
|
|
illegal 0.9375 illegal
|
|
"""
|
|
|
|
|
|
Q-Values at iteration 1 for action north are correct.
|
|
Student/correct solution:
|
|
q_values_k_1_action_north: """
|
|
illegal 0.9375 illegal
|
|
"""
|
|
|
|
|
|
Q-Values at iteration 1 for action exit are correct.
|
|
Student/correct solution:
|
|
q_values_k_1_action_exit: """
|
|
10.0000 illegal -10.0000
|
|
"""
|
|
|
|
|
|
Q-Values at iteration 1 for action west are correct.
|
|
Student/correct solution:
|
|
q_values_k_1_action_west: """
|
|
illegal 5.6250 illegal
|
|
"""
|
|
|
|
|
|
Q-Values at iteration 1 for action east are correct.
|
|
Student/correct solution:
|
|
q_values_k_1_action_east: """
|
|
illegal 0.0000 illegal
|
|
"""
|
|
|
|
|
|
Values at iteration 2 are NOT correct.
|
|
Student solution:
|
|
values_k_2: """
|
|
10.0000 5.6250 0.0000
|
|
"""
|
|
|
|
|
|
Correct solution:
|
|
values_k_2: """
|
|
10.0000 0.0000 -10.0000
|
|
"""
|
|
|
|
|
|
Q-Values at iteration 2 for action south are NOT correct.
|
|
Student solution:
|
|
q_values_k_2_action_south: """
|
|
illegal 4.1016 illegal
|
|
"""
|
|
|
|
|
|
Correct solution:
|
|
q_values_k_2_action_south: """
|
|
illegal 0.0000 illegal
|
|
"""
|
|
|
|
|
|
Q-Values at iteration 2 for action north are NOT correct.
|
|
Student solution:
|
|
q_values_k_2_action_north: """
|
|
illegal 4.1016 illegal
|
|
"""
|
|
|
|
|
|
Correct solution:
|
|
q_values_k_2_action_north: """
|
|
illegal 0.0000 illegal
|
|
"""
|
|
|
|
|
|
Q-Values at iteration 2 for action exit are correct.
|
|
Student/correct solution:
|
|
q_values_k_2_action_exit: """
|
|
10.0000 illegal -10.0000
|
|
"""
|
|
|
|
|
|
Q-Values at iteration 2 for action west are NOT correct.
|
|
Student solution:
|
|
q_values_k_2_action_west: """
|
|
illegal 6.6797 illegal
|
|
"""
|
|
|
|
|
|
Correct solution:
|
|
q_values_k_2_action_west: """
|
|
illegal 5.6250 illegal
|
|
"""
|
|
|
|
|
|
Q-Values at iteration 2 for action east are NOT correct.
|
|
Student solution:
|
|
q_values_k_2_action_east: """
|
|
illegal 1.0547 illegal
|
|
"""
|
|
|
|
|
|
Correct solution:
|
|
q_values_k_2_action_east: """
|
|
illegal -5.6250 illegal
|
|
"""
|
|
|
|
|