Takanori Hashimoto

Results 2 comments of Takanori Hashimoto

In the Google Colab environment with a T4 GPU, I tried the method described in [this comment](https://github.com/Genesis-Embodied-AI/Genesis/issues/203#issuecomment-2564557145), which significantly improved the FPS to about 50.

I encountered the same issue on Google Colab, but I was able to resolve it by adding the following code before importing `genesis`: ```python import os NVIDIA_ICD_CONFIG_PATH = '/usr/share/glvnd/egl_vendor.d/10_nvidia.json' ICD_CONFIG_CONTENT...