Replies: 1 comment
-
Hi @Amin173, |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I have been benchmarking the performance of one of the IsaacLab standalone demos—specifically,
source/standalone/tutorials/04_sensors/add_sensors_on_robot.py
. Running this on ag5.8xlarge
EC2 instance with a single robot environment, I observed a real-time factor of~0.2
, which is much lower than expected. I'm curious if there are configuration steps I might have overlooked on my instance that could be impacting the performance. Any insights from those with experience in similar setups would be appreciated.I’ve attached the test script I’m using. It’s based on the standalone demo mentioned above, with a few additional lines to measure and display performance metrics. I’ve also attached the
nvidia-smi
output for further context.One potential issue I’m aware of is that the ECC setting on the GPU driver is enabled and I've had some issues with disabling it. I’m not certain how much performance degradation I should expect that.
Attached is the full server configuration.
nvidia-smi:
Server Config:
g5.8xlarge
add_sensors_on_robot standalone demo
Beta Was this translation helpful? Give feedback.
All reactions