Skip to content

error while running in here_no_doodad mode #7

@st2yang

Description

@st2yang

Even in here_no_doodad mode, the process would go through https://github.com/richardrl/rlkit-relational/blob/master/rlkit/launchers/launcher_util.py#L549, which cause the error

UnboundLocalError: local variable 'doodad' referenced before assignment

The fix should be

import doodad

before referring to doodad, and the process would jump to except ImportError condition.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions