Genesis icon indicating copy to clipboard operation
Genesis copied to clipboard

A generative world for general-purpose robotics & embodied AI learning.

Results 317 Genesis issues
Sort by recently updated
recently updated
newest added
trafficstars

Introducing foundational fuzzing support for Genesis to help identify and resolve potential issues. Once merged, I will submit a pull request to the [OSS-Fuzz repo](https://github.com/google/oss-fuzz) to enable fuzzing for this...

![img_v3_02hp_ba1284cf-35c1-405d-afce-9ad7d8154e9g](https://github.com/user-attachments/assets/7dc961f3-920b-497b-a3fa-5621236931a7) I used Piper arm in genesis, why It can not avoid self collision? How to solve it?

This pull request adds a minimal workable Dockerfile to run Genesis. To run it, first build the docker: ```bash docker build -t genesis . ``` Then run it using the...

Hi, I want to disable the denoiser for raytracer renderer(since Optix is not supported in WSL2), but 'denoise' parameter is not exist. `gs.renderers.RayTracer`'s input parameter set is inconsistent with the...

Hi, thanks for your great work! I'm new to rl. I have get the model_100.pt after train. I wonder how to deploy the policy to the reall unitree go 2...

I encountered some errors when using `gs.renderers.RayTracer`. ``` [Genesis] [15:30:42] [INFO] ╭─────────────────────────────────────────────────────────────────────────────────────╮ [Genesis] [15:30:42] [INFO] │┈┉┈┉┈┉┈┉┈┉┈┉┈┉┈┉┈┉┈┉┈┉┈┉┈┉┈┉┈┉┈┉┈┉┈┉┈┉ Genesis ┈┉┈┉┈┉┈┉┈┉┈┉┈┉┈┉┈┉┈┉┈┉┈┉┈┉┈┉┈┉┈┉┈┉┈┉┈┉│ [Genesis] [15:30:42] [INFO] ╰─────────────────────────────────────────────────────────────────────────────────────╯ [Genesis] [15:30:42] [INFO] Running on [NVIDIA GeForce RTX...

Greaaaaaat job!!! I've read the solver part of the project, it seems like we could costumize the physic solver? Just wondering does/will Genesis support PBD/XPBD methods?

Hi Team I want to fix part of a plastic box on the ground and simulate using `MPMsolver`, but I didn't find a `fix_particle()` method in `MPMsolver` class, can we...

(genesis_env) john@john-MS-7D99:~/github/Genesis$ python examples/tutorials/pbd_cloth.py [Genesis] [16:09:25] [INFO] ╭─────────────────────────────────────────────────────────────────────────────────────╮ [Genesis] [16:09:25] [INFO] │┈┉┈┉┈┉┈┉┈┉┈┉┈┉┈┉┈┉┈┉┈┉┈┉┈┉┈┉┈┉┈┉┈┉┈┉┈┉ Genesis ┈┉┈┉┈┉┈┉┈┉┈┉┈┉┈┉┈┉┈┉┈┉┈┉┈┉┈┉┈┉┈┉┈┉┈┉┈┉│ [Genesis] [16:09:25] [INFO] ╰─────────────────────────────────────────────────────────────────────────────────────╯ [Genesis] [16:09:25] [INFO] Running on [NVIDIA GeForce RTX 4080 SUPER] with backend...