Reinforcement learning algorithm using turtle graphics not functioning
问题 Currently trying to implement a Q table algorithm in my environment created using turtle graphics. When i try running the algorithm which uses Q learning I get an error stating: File "<ipython-input-1-cf5669494f75>", line 304, in <module> rl() File "<ipython-input-1-cf5669494f75>", line 282, in rl A = choose_action(S, q_table) File "<ipython-input-1-cf5669494f75>", line 162, in choose_action state_actions = q_table.iloc[state, :] File "/Users/himansuodedra/anaconda3/lib/python3.6/site