Giter VIP home page Giter VIP logo

Comments (6)

vitchyr avatar vitchyr commented on August 15, 2024

I'm not too sure about this one. Some ideas:

  1. In your launchers/config_template.py, does DIR_AND_MOUNT_POINT_MAPPINGS point to the correct mujoco directory?

  2. You mean that osmesa is installed on the Dockerfile or your computer?

from rlkit.

vitchyr avatar vitchyr commented on August 15, 2024

@richardrl Any updates on this?

from rlkit.

richardrl avatar richardrl commented on August 15, 2024

What I did to get mujoco working was to build it in the docker image separately and remove the line in the rlkit config file that uploads the mujoco directory from your home directory.

from rlkit.

vitchyr avatar vitchyr commented on August 15, 2024

Gotchya--glad to hear! Would you mind posting that solution here for others in case they run into the same problem?

from rlkit.

richardrl avatar richardrl commented on August 15, 2024

in rlkit/launchers/config.py , remove the mount point in DIR_AND_MOUNT_POINT_MAPPINGS that uploads mujoco.

DIR_AND_MOUNT_POINT_MAPPINGS = [
        dict(
            local_dir=join(os.getenv('HOME'), '.mujoco/'),
            mount_point='/root/.mujoco',
        ),
]

->

DIR_AND_MOUNT_POINT_MAPPINGS = [

]

from rlkit.

vitchyr avatar vitchyr commented on August 15, 2024

If someone else has this issue and finds that the solution above works, then I'll update the code accordingly. Meanwhile, I'm going to close this.

from rlkit.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.