araffin / sbx

SBX: Stable Baselines Jax (SB3 + Jax)
MIT License
328 stars 32 forks source link

[Question] fps drops significantly over time #54

Open oxkitsune opened 2 weeks ago

oxkitsune commented 2 weeks ago

Question

I'm training a simple PPO agent in a mujoco gym env, however I've noticed that over the course of training the FPS goes down significantly. The fps keeps going down, even after the updates have started.

I'm wondering what could be the cause of this?

Additional context

The following charts show cpu usage and fps over time, where this particular run took 17h on a machine with:

Checklist

araffin commented 1 hour ago

what mujoco version do you use? SB3 is only fully compatible with 0.29.1 for now.

Do you have the same issue with built-env mujoco env? (for instance HalfCheetah-v4)

I haven't experienced that so far, might do some runs that I will log in open rl benchmark later.