AI Class in Python:
3 .B - Test Function
Test your function by calling it on the FrozenPlatform environment from Part 2 along with the opimal
policy found for that environment using value iteration. Use 10, 000 episodes, set max_steps = 200,
and set random_state = 1 .
Print the message below with the blank filled in with the appropriate value, rounded to 4 decimal
places. If your function was implemented correctly, you should get a success rate of 0.4114 .
When following the optimal policy, the agent's success rate was ___