Giter VIP home page Giter VIP logo

Comments (4)

yuvaltassa avatar yuvaltassa commented on May 18, 2024 2

Yes and no.

Very generally, MuJoCo was designed to simulate medium sized scenes, so handling of large scenes can be improved in many ways, and large scenes are indeed one of our top priorities. We've already made changes and have several more coming soon that will reduce and eventually eliminate quadratic memory allocation in mjData (MuJoCo uses sparse math, but in some important places assumes for convenience that dense memory is available). This will enable the most basic of all large-scene features: fit the scene in memory 🤠

Following this, a very low hanging fruit which we intend to work on soon is MuJoCo's inefficient broadphase collision detection, which prunes far too few narrowphase calls. This leads to a large unnecessary slowdown, yet is not hard to improve.

Only after these steps are complete does it make sense to move towards the two features required for actual large scenes: dof freezing and parallel handling of contact islands (cliques of contacts and dofs). There are many decisions to make here and different possible approaches, and these will take time to figure out.

In terms of timeline, I can say that the features described in the first two paragraphs are planned for 2023. It is fair to hope that the detailed design of the dof freezing and contact islands will also happen, but it's hard to imagine the implementation being completed this year.

I hope this makes sense.

from mujoco.

venkataarikatlaagility avatar venkataarikatlaagility commented on May 18, 2024 1

It's good to hear that this is part of your plans. Looking forward to the improvements.

from mujoco.

venkataarikatlaagility avatar venkataarikatlaagility commented on May 18, 2024

@yuvaltassa are there any updates on this feature? If not, do you have any suggestions on the best way to go about it?

from mujoco.

peterdavidfagan avatar peterdavidfagan commented on May 18, 2024

+1 on this feature, it would be nice to have the option to lock and unlock joints for tuning actuators.

from mujoco.

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.