physics-benchmarking-neurips2021
physics-benchmarking-neurips2021 copied to clipboard
Generation stuck
Hello! I keep running into this problem when running the data generation code: the generation gets stuck on the first video. Through debugging, I found that it is stuck at the 125th line of code in controller.py: # Receive output data. resp = self.socket.recv_multipart() Can you help me find out what's going on?
Could you first try installing the 1.8.8.0 version of TDW per issue #58? Let's see if that solves it.
Hi!
I use the 1.8.8.0 version of TDW.
It is stuck at 50 line of python3.10/site-packages/tdw/controller.py
: self.socket.recv()
Could you try using 1.11.23—that is what we are currently using on a follow-up codebase. Let me know if that does not work.
It still didn't work.