-
Notifications
You must be signed in to change notification settings - Fork 184
Description
Exception ignored in: <function EGLGLContext.del at 0x75af397f9af0>
Traceback (most recent call last):
File "/home/naruto/miniconda3/envs/libero/lib/python3.8/site-packages/robosuite/renderers/context/egl_context.py", line 155, in del
self.free()
File "/home/naruto/miniconda3/envs/libero/lib/python3.8/site-packages/robosuite/renderers/context/egl_context.py", line 146, in free
if self._context:
AttributeError: 'EGLGLContext' object has no attribute '_context'
Exception ignored in: <function MjRenderContext.del at 0x75af397f9ca0>
Traceback (most recent call last):
File "/home/naruto/miniconda3/envs/libero/lib/python3.8/site-packages/robosuite/utils/binding_utils.py", line 198, in del
self.con.free()
AttributeError: 'MjRenderContextOffscreen' object has no attribute 'con'
Hello author, when I enabled multi-processing in the evaluation configuration and started training, the error mentioned above occurred. How should I resolve this issue? Additionally, does Libero support multi-process parallel training?