Genesis
Genesis copied to clipboard
A generative world for general-purpose robotics & embodied AI learning.
More sensors like lidar and cameras are urgently needed for simulations! It looks like only IMU has been added. Will more sensors be added soon? And when will there be...
ruff it can be used to check format && lint code in CI.
``` Traceback (most recent call last): File "/home/user/python_scripts/genesis_rendering.py", line 42, in light_1 = scene.add_light(gs.morphs.Sphere(pos=(0,0,5), radius=0.1), color=(1,1,1,1), intensity=20) File "/home/user/repos/Genesis/genesis/utils/misc.py", line 38, in wrapper return method(self, *args, **kwargs) File "/home/user/repos/Genesis/genesis/engine/scene.py", line...
I am using a MacBook with an Apple M2 Pro chip. First, I installed PyTorch using the command conda install pytorch::pytorch torchvision torchaudio -c pytorch. Then, when I tried to...
I get this error every time, I only tried using the Hello World script, but no luck. I am using wsl2 on windows 10 no cuda. In the .wslconfig guiapplications=true.
Hi, I am trying to run a demo on a headless RTX3090 server and I meet this error when building the Visualizer. The log is as below `[Genesis] [06:00:53] [INFO]...
I wonder how to load different objects such as different target objects for manipulation in different environment, which is common in other simulator, such as mujoco and isaacgym. Thanks advance.
I used `arm26.xml` from [mujoco/models](https://github.com/google-deepmind/mujoco/blob/main/model/tendon_arm/arm26.xml). It shows well in mujoco.  But when I try to use it in genesis,it only shows a simple plane,lack the entity...