Replies: 2 comments
-
Your question is very difficult to parse. I think that you want to just not call |
Beta Was this translation helpful? Give feedback.
-
Sorry, let me try to be clearer. |
Beta Was this translation helpful? Give feedback.
-
Good morning. I'm a student and I'm using MuJoCo for a project. I know that dynamic is an important feature for this engine, but I need to remove it from my environment.
I need to do this since I want to implement a reinforcement learning algorithm in my project and I need to speed up simulations. I defined a robot in simulation and I'm performing tasks like "collision avoidance" and "inverse kinematics". So I can read of dynamics from my simulations keeping only kinematics, supposing that the robot is an ideal one without compromising the learning part of the project. I looked for a solution and the simplest way seems to be to set the parameters to zero. However I don't think that this way will really help me in making the computation lighter.
Any suggestion about this?
Thank you for your time
Beta Was this translation helpful? Give feedback.
All reactions