Poor performance of Soft Actor Critic (SAC) in OmniverseIsaacGym

I tried out different Envs from the official OmniIsaacGymEnvs repo and was curious about the usage of SAC instead of the more commonly applied PPO there.

When comparing the Ant as well as Humanoid Envs with both standard configs for PPO and SAC, this results in PPO outperforming SAC by far. In absolute numbers, SAC barely converges against any result for some reasonable inference.

This happens even when increasing the maximum iterations and number of parallel envs for SAC.

Does this result from SAC generally perform this bad for these task, should the hyper params be adjusted or could there be some bugs within the rl_games implementation of SAC?

Best regards,
Konstantin

Hello, I am curious about your questions. Have you solved the problem?
I used to work in stable_baselines3 with gym. I am going to use isaac sim to work for SAC training, and I want to know there is any promotion about training time in Isaac Sim.