-
Notifications
You must be signed in to change notification settings - Fork 1.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Question] Why does FPS tend to decrease during training? #1597
Comments
Hello, |
Using a PPO. Here are the hyperparameters:
|
Another question is do the FPS stabilize at some point or keep decreasing? (if you use Overall, it is an expected behavior, PPO collects |
@araffin can I ask you another question? I'm running the exact same setup on an M1 MacBook Air with 8 cores and on a desktop Intel i7 with 16 cores. When training default pi and val neural nets, the M1 has almost 3x the FPS of the i7 which is a more powerful desktop CPU. Any idea why this is? |
As I wrote, this is expected but stabilizes after a while.
Not really, you might want to look at #914 too. Closing as the original questions was answered. |
❓ Question
I have done a few projects using SB3 and have noticed consistently that my FPS is always very high at the beginning of training and decreases quickly throughout training. For example, I'm training a Starcraft agent now and my initial FPS is 7500, but 1 M timesteps into training, my fps is 3500.
Why is this?
Checklist
The text was updated successfully, but these errors were encountered: