ctallec / world-models

Reimplementation of World-Models (Ha and Schmidhuber 2018) in pytorch
MIT License
568 stars 131 forks source link

sleep(0.1) leads to infty loops #23

Closed JiahaoYao closed 5 years ago

JiahaoYao commented 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.

Could you help?

JiahaoYao commented 5 years ago

Issue solved.

megsano commented 5 years ago

How did you solve this?

mkj3085003 commented 6 months ago

Please, I seem to have the same problem, can you tell me how it was solved?