How do I make sure I'm updating the Q-values correctly?

27 views Asked by At

I'm trying to implement Q-Learning in python, but for some reason, the agent just doesn't move right now. Could it be a problem with how I'm updating the table?

Q-Learning class:

Q-Learning class

This is how I'm training it.

Training

0

There are 0 answers