Open JunningHuang opened 6 years ago
Hi, Qin.
I replace RunEnv with gym's Walker2d environment. But cause the error below: (farmer) cannot connect to ('127.0.0.1', 20099): [Errno 111] Connection refused (farmer) fp.acq() failed on 127.0.0.1:20099
How to fixed this bug?
you mean RunEnv worked, but Walker2d didn't?
Usually, a connection refused error is due to:
Hi, Qin.
I replace RunEnv with gym's Walker2d environment. But cause the error below: (farmer) cannot connect to ('127.0.0.1', 20099): [Errno 111] Connection refused (farmer) fp.acq() failed on 127.0.0.1:20099
How to fixed this bug?