The qTable is always ending up with all values equal to zero #61
Unanswered
rodrigounifei
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm trying to run the
train.py
from the Pathfinder example. When passing through the linestatus = self.sim.reset(**this_config)
, I get the following message:UserWarning: STOP_CONDITION: warn(status.message).
After that, the execution always hits the
break
at line 88 until it finishes. Can you help me understand why this behavior is happening?Beta Was this translation helpful? Give feedback.
All reactions