Skip to content

Fix for RuntimeError: MUJOCO_PATH environment variable is not set #161

@chuankepang

Description

@chuankepang

Description

While following the setup instructions in conda_environment.yaml, I encountered the following error: RuntimeError: MUJOCO_PATH environment variable is not set.

Solution:

This was resolved by installing the mujoco package manually after activating the environment:

conda activate robodiff
pip install mujoco==2.3.5

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