tkn-tub / ns3-gym

ns3-gym - The Playground for Reinforcement Learning in Networking Research
GNU General Public License v2.0
524 stars 198 forks source link

ZMQError: Operation cannot be accomplished in current state #53

Open sheila-janota opened 3 years ago

sheila-janota commented 3 years ago

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?

ZMQ Error

Shadab442 commented 1 year ago

Any update on this? I am also facing this issue from time to time, what can cause this issue?