Denys88 / rl_games

RL implementations
MIT License
800 stars 135 forks source link

[Q] Benchmark of PPO / SAC on continuous tasks like envs in IsaacGym #294

Closed Rowing0914 closed 1 week ago

Rowing0914 commented 1 week ago

@Denys88 Thank you for your prompt response to my previous issue! Did you benchmark PPO/SAC of this repo on those continuous tasks?

** I could only find the issue mentioning the previous benchmark on discrete tasks.

** SKRL seems to have compared rl-games to theirs on CartPole

Rowing0914 commented 1 week ago

Sorry, I just realised that benchmarking has been done in the repo of IsaacGymEnvs, e.g., this training script!

Denys88 commented 1 week ago

Yes :)

Rowing0914 commented 1 week ago

@Denys88 Thanks!