robosuite
robosuite copied to clipboard
robosuite: A Modular Simulation Framework and Benchmark for Robot Learning
I have tried using the SubVecProcEnv for parallel learning using stable-baselines3 and PPO but I noticed not learning speed improvement. Did anyone succeed in speeding up the learning and could...
Hi, I tried running the following line of code in my robosuite directory to load and play a sample demonstration: `python playback_demonstrations_from_hdf5.py --folder ../models/assets/demonstrations/wipe/panda` However, I got the following error:...
Hi, I'm a student and I'm trying to use Robosuite for reinforcement learning I'm having some trouble simulating the xml object file that the object keep sliding on the table....
Hi, when I use the controler, I find it provided information on the Jacobi matrix of the robot and the forces at the end of the robot. but i find...
Modify DataCollectionWrapper and collect_human_demonstrations script to save only successful demonstrations to dataset, and disregard any unsuccessful demonstrations.
Hello, I was using the `collect_human_demonstrations.py` script to collect demonstrations for the Wipe task in robosuite. When playing back the dataset of my collected demonstrations, I noticed that even demonstrations...
I'm trying to add a shapenet object. I understand the structure of objects, but I'm really struggling to create the xml/png texture files, as specified in [robosuite](https://robosuite.ai/docs/modules/objects.html)--right now, I'm trying...
Hey guys, What's the best practice to render multi-modality (rgb, normals etc) + applying visual domain randomization? Since iGibson is faster than NVISII, it makes sense to switch from mujoco-py...
I am using a composite body (A) at the end-effector to mimic the gripper is holding a soft object, shown in red color. The other composite body (B) is on...
Hi, It looks like the MJCF model in robosuite for the [Kinova Arm](https://github.com/ARISE-Initiative/robosuite/blob/master/robosuite/models/assets/robots/kinova3/robot.xml) is inconsistent with the hardware robot. Mainly, the joint axes seem to be flipped for all the...