Skip to content
Discussion options

You must be logged in to vote

There was some discussions on ways to improve performance in this thread

Setting "performance_mode" is done as part of gs.init. For example:

gs.init(logging_level="warning", backend=gs.gpu, performance_mode=True)

This will improve performance by a bit, but don't expect a major performance boost from it.

Rendering cameras to video can affect simulation speed. Two things that I've found that help:

  • Be sure to set the env_idx parameter when you add the camera so you're only rendering for one environment.
  • Calling camera.render() for each step will be wasteful, since you only need a video at 30-60 FPS. Instead, only render on some steps.

Here's a rough idea on limiting the camera renderings t…

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@CybDing
Comment options

@duburcqa
Comment options

Answer selected by CybDing
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants