Closed JiahaoYao closed 5 years ago
Hi, I find sleep(0.1) leads to infty loops in your traincontroller.py: https://github.com/ctallec/world-models/blob/master/traincontroller.py#L95-L97 and https://github.com/ctallec/world-models/blob/master/traincontroller.py#L137-L138.
sleep(0.1)
traincontroller.py
Could you help?
Issue solved.
How did you solve this?
Please, I seem to have the same problem, can you tell me how it was solved?
Hi, I find
sleep(0.1)
leads to infty loops in yourtraincontroller.py
: https://github.com/ctallec/world-models/blob/master/traincontroller.py#L95-L97 and https://github.com/ctallec/world-models/blob/master/traincontroller.py#L137-L138.Could you help?