Genesis
Genesis copied to clipboard
A generative world for general-purpose robotics & embodied AI learning.
## Description Add an example for running genesis+torch on multi-gpu. Try ``` torchrun --standalone --nnodes=1 --nproc_per_node=2 examples/ddp_multi_gpu.py ``` ## Related Issue Resolves Genesis-Embodied-AI/Genesis# ## Motivation and Context ## How Has...
## Description Adding GJK-EPA algorithm for rigid body collision detection. ## Related Issue Resolves Genesis-Embodied-AI/Genesis# ## Motivation and Context GJK-EPA could be an alternative to MPR in terms of stability...
### Bug Description Hello everyone, I tried to model collision in between FEM and Rigid Entity. But, there seems to be a bug, which I couldnt solve. Do you guys...
### Bug Description Mesh with many vertices (as shown in the obj file in attachment below) disappears in viewer when using FEM material ### Steps to Reproduce ```python import os...
### Bug Description Hi, the scripts run without problem. But, the meshed geometry does not appear in visualization. Is there any solution for this? ``` ### Steps to Reproduce import...
### Bug Description Traceback (most recent call last): File "C:\liujunlin\soft-robot\test\softrobot-test\test.py", line 1, in import genesis as gs File "C:\liujunlin\soft-robot\test\softrobot-test\Genesis\genesis\__init__.py", line 356, in from .options import morphs File "C:\liujunlin\soft-robot\test\softrobot-test\Genesis\genesis\options\__init__.py", line 1,...
### Bug Description When I ran Genesis/example/locomotion/go2_train.py, I encountered the following error. There was no issue with the 4060 Ti, but this problem occurs when running on the 5090 GPU....
### Bug Description This is a continuation of the same setup of a [closed issue](https://github.com/Genesis-Embodied-AI/Genesis/issues/727). But we ran into a different bug this time. Simply put, the initial pose of...
### Bug Description I trying to simulate some data and save the rgb and segmentation mask videos, however i just noticed that all MPM materials don't get visualized in the...
### Bug Description I'm not sure if this was just for debugging when originally writing the PR, and simply forgotten to delete, or an oversight and calculation bug now, but...