Skip to content

Regarding the issue of evaluation in a multi-process environment. #100

@zxy6677

Description

@zxy6677

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions