Closed mr20010112 closed 2 weeks ago
@mr20010112 hi bro , have you solved it?
Yes, by setting the gym version to 0.21.0 I guess.
@mr20010112 thx,bro,I will try it
Yes, by setting the gym version to 0.21.0 I guess.
Unfortunately, this doesn't solve the issue for me. Have you changed anything else additionally? Can you tell us your python version?
Yes, by setting the gym version to 0.21.0 I guess.
Unfortunately, this doesn't solve the issue for me. Have you changed anything else additionally? Can you tell us your python version?
https://drive.google.com/file/d/1yhYW4pBkRQlkUtFwvHIGS3H4J--HMkva/view?usp=sharing
Yes, by setting the gym version to 0.21.0 I guess.
Unfortunately, this doesn't solve the issue for me. Have you changed anything else additionally? Can you tell us your python version?
3.9.15
Thank you for the great work on this project. I’ve encountered an issue when running
KitchenLowdimRunner
during environment initialization. Specifically, I’m seeing aConnectionResetError
that causes the process to fail when trying to initialize theAsyncVectorEnv
.Here is a summary of the problem:
ConnectionResetError(104, 'Connection reset by peer')
diffusion_policy/env_runner/kitchen_lowdim_runner.py
Error stack trace:
The error seems to occur when
AsyncVectorEnv
is initialized, and the observation space check is performed via communication with child processes (pipe.recv()
), resulting in the connection being reset.