You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Based on the cognitive-agent example, I did some simple changes to the code using q-learning for the training. When running training the code gets stuck at env.step(action) and the ZMQ socket error occurs. What can I do to fix this issue?
Seems like this issue is related to the Gameover condition.
Is it ok to change the Gameover condition?
The text was updated successfully, but these errors were encountered:
Hi Piotr,
Hope you are doing fine.
Based on the cognitive-agent example, I did some simple changes to the code using q-learning for the training. When running training the code gets stuck at env.step(action) and the ZMQ socket error occurs. What can I do to fix this issue?
Seems like this issue is related to the Gameover condition.
Is it ok to change the Gameover condition?
The text was updated successfully, but these errors were encountered: