leggedrobotics / rsl_rl

Fast and simple implementation of RL algorithms, designed to run fully on GPU.
Other
505 stars 156 forks source link

Benchmarking on the new implemented algorithms #24

Open catachiii opened 6 months ago

catachiii commented 6 months ago

Dear RSL,

Would it be possible to benchmark the newly implemented algorithms, especially the off-policy ones like SAC and TD3? I had some bad experiences tuning the batch size and updating numbers, as IsaacGym can generate too many samples per iteration. It would be nice if you could provide some insight.

Thanks, Jin