You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I'm debugging on Windows PC, the pygame.init() often takes several seconds. Can this initialization be skipped when rendering is not required? e.g. only call the init() when render_mode=='human'
When I made this modification, the startup speed is much faster. Maybe there are other involved codes that need to be changed, but it looks good for me.
Motivation
Speed up the startup on windows
Pitch
No response
Alternatives
No response
Additional context
No response
Checklist
I have checked that there is no similar issue in the repo
The text was updated successfully, but these errors were encountered:
Proposal
When I'm debugging on Windows PC, the pygame.init() often takes several seconds. Can this initialization be skipped when rendering is not required? e.g. only call the init() when render_mode=='human'
simple_env.py line 44
When I made this modification, the startup speed is much faster. Maybe there are other involved codes that need to be changed, but it looks good for me.
Motivation
Speed up the startup on windows
Pitch
No response
Alternatives
No response
Additional context
No response
Checklist
The text was updated successfully, but these errors were encountered: