Giter Site home page Giter Site logo

Comments (3)

xbpeng avatar xbpeng commented on August 19, 2024 2

If the initial state distribution is implemented as gaussian distributions at different phases of the motion, then to get the initial pose at a particular phase, you can just sample from the gaussian. Is your question about how to sample from the gaussians?

Yes, it's expected that set pose is called multiple times. Since each scene inherits methods from its parents, some of the parent reset method might also try to set the pose to something different.

from deepmimic.

PeterWangyi avatar PeterWangyi commented on August 19, 2024

thank you for your reply
Regarding the first question: maybe my understanding of the Gaussian distribution is somewhat lacking? I observed that both setpose and setvel pass in 43-dimensional vectors, that is, I should pass in 86-dimensional vectors during initialization.

So this 86-dimensional vector is the result of sampling from the initial state distribution? If so, should the distribution on each phase be modeled as an 86-dimensional Gaussian distribution, with each dimension being independent? The output of the network is the mean value of the distribution under the current phase, which is also an 86-dimensional "mu". Combined with a covariance diagonal matrix I set, can the state (pose + vel) required by ASI be sampled directly from here?

If there are 50 phases, will this initial state distribution have 50 * 86 independent Gaussian distributions? I don’t know if my understanding is correct. . .

Sorry for writing so much. . Might be complicated to read, thanks for your patience!

from deepmimic.

xbpeng avatar xbpeng commented on August 19, 2024

Yes, your understanding is correct. If you have 50 phases, then this can be modeled as 50 * 86 independent gaussian distributions.

from deepmimic.

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.