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
I've noticed that the visual rendering of the simulator significantly slows down the training process. I'd like to speed up the training by disabling this simulator rendering. Upon checking the training code, I didn't find any parameter or flag that controls the rendering.
Is there a way to train it without rendering the env? If so, could you please guide me on how to train the agent without the visual overhead of the simulator? Any insights or document recommendations would be highly appreciated!
Thank you
Checklist
I have checked that there is no similar issue in the repo
Is there a way to train it without rendering the env? If so, could you please guide me on how to train the agent without the visual overhead of the simulator?
This is more a question for the donkey car simulation.
I tried in the past but without success, however, you can now play the simulation faster than realtime.
❓ Question
I've been training a reinforcement learning agent for the Donkey Car environment using Stable Baselines3 Zoo. My training command is as follows:
I've noticed that the visual rendering of the simulator significantly slows down the training process. I'd like to speed up the training by disabling this simulator rendering. Upon checking the training code, I didn't find any parameter or flag that controls the rendering.
Is there a way to train it without rendering the env? If so, could you please guide me on how to train the agent without the visual overhead of the simulator? Any insights or document recommendations would be highly appreciated!
Thank you
Checklist
The text was updated successfully, but these errors were encountered: