Loaded EGL 1.4 after reload.Unable to create EGL context(eglError:12292)Traceback(most recent call last):File "train agent.py", line 113,in train agent(File "train agent.py", line 41,in train agentenv = make training envs(env id, env args, rl params, save dir)File "/home/ubuntu1804/tactile_gym/tactile_ gym/sb3 helpers/rl utils.py", line15,in make training envs
env = make vec env
File "/home/ubuntu1804/anaconda3/envs/python38/lib/python3.8/site-packages/stable baselines3/common/env util.py", line 105, in make vec envreturn vec_env_cls([make env(i + start index)for i in range(n envs)], **vecenv kwargs)File "/home/ubuntu1804/anaconda3/envs/python38/lib/python3.8/site-packages/stable baselines3/common/vec _env/subproc_vec_env.py", line 111,in _initobservation space, action space = self.remotes[0].recv()File "/home/ubuntu1804/anaconda3/envs/python38/lib/python3.8/multiprocessing/c
onnection.py",line 250,inrecvbuf = self. recv bytes()File "/home/ubuntu1804/anaconda3/envs/python38/lib/python3.8/multiprocessing/connection.py",line 414,in recv bytesbuf = self. recv(4)File "/home/ubuntu1804/anaconda3/envs/python38/lib/python3.8/multiprocessing/connection.py",line 379,in recv
chunk = read(handle,remaining)ConnectionResetError:[Errno 104]connection reset by peer