Skip to main content
0 votes
0 answers
59 views

I am implementing Soft Actor-Critic (SAC) and I am confused about the policy update step. What I want is: When I update the policy (actor), I do not want the parameters of the Q-networks (critics) to ...
user32396289's user avatar
1 vote
0 answers
168 views

I'm new and currently working on my 6 Dof Arm project, right now I am try to simulate it using Mujoco but I don't really understand why and how it works, here is the problem: My 6 Dof Arm is always ...
EyeQ Tech's user avatar
  • 7,428
1 vote
1 answer
73 views

I'm trying to install MJX after installing Mujoco on my Mac, but it keeps getting stuck at building wheels for the project, it just gets stuck every time. I've tried on different python versions too ...
vshah's user avatar
  • 11
3 votes
2 answers
362 views

I am trying to solve the Farama gymnasium-robotic fetch environments, specifically the "FetchReachDense-v3" problem. When running the simulation, the base of the robotic arm seems to be ...
Blue_Clown's user avatar
0 votes
1 answer
520 views

MuJoCo Mesh Renders Incorrectly as a Sphere I'm trying to modify an existing Mujoco environment to contain a model of my own robot for future use with gymnasium. Right now, I'm only trying to render ...
Peter Klemperer's user avatar
1 vote
1 answer
140 views

I am currently working on a project that requires me to use premade meshes from SolidWorks to simulate an arm in MuJoCo. Here is my code so far: <mujoco model="RX-5001-V005-Defeatured">...
DhruvMantri's user avatar
0 votes
0 answers
1k views

I am working on a robot simulation using a MuJoCo (ver.3.1.1) with C++ language. And I am trying to change the default camera view of simulation, but I have a trouble in this work. My project composed ...
BlackFootedCat's user avatar
0 votes
1 answer
339 views

The error happens on the last line of this code section: import warnings warnings.filterwarnings("ignore") from torch import multiprocessing from collections import defaultdict import ...
Harrisino's user avatar
1 vote
0 answers
524 views

I am reproducing the code of safety-starter-agents. To fulfill the requirements in the setup.py file, I am running the code in a virtual environment on which python3.7 is running. This python version ...
omegap's user avatar
  • 23
1 vote
1 answer
268 views

I have started a project where I need to use an open source software called MuJoCo Mujoco Documentation. It is a physics simulation software that leans towards RL (reinforcement learning). Since the ...
Alexander Sellin's user avatar
0 votes
2 answers
1k views

I have an XML file for a custom robot I made. I am trying to modify the size of links of the robot during runtime. I want to make randomized variations of certain parts of the robot just before each ...
SKrish's user avatar
  • 75
0 votes
0 answers
52 views

I'm a student and I'm trying to use MuJoCo for my personal projects. (currently simulating a resisted-motion system that involves roller-chain transmissions). At the moment I'm looking for some help ...
Ricky's user avatar
  • 11
1 vote
0 answers
284 views

At the end, I need to simulate my roller-chain-with-sprockets mechanism (which is itself a part of a bigger, resisted-motion system). Because of the inherent complexity of the mechanism (the ...
Ricky's user avatar
  • 11
1 vote
0 answers
164 views

I installed mujoco-py by doing pip install mujoco-py==1.50.1.0. It installed successfuly. However, when I try to import it using Python, I get the following error - import mujoco_py running build_ext ...
desert_ranger's user avatar
0 votes
1 answer
267 views

What I'm trying to do I'm practicing MuJoCo simulation based on the YouTube lecture by Pranav Bhounsule. In this lecture, the code for simulation is written in C language, and makefile for running the ...
BlackFootedCat's user avatar

15 30 50 per page
1
2 3 4 5