I'm trying to solve a reinforcement learning problem with a simple q learning algorithme. I must add a new state to my table if the agent don't already know it. The probleme I have is that when I learn the new state, I have the folowing error: I'm trying to solve a reinforcement learning pr