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 am using env = normalize(GymEnv("CartPole-v0")) to create an environment. It works well, but all the visualizations lasts maximum for 5 seconds and after that they stop even if the pole was in the vertical state.
Can I change this behaviour somehow?
Thanks.
The text was updated successfully, but these errors were encountered:
I think my question is deeper. I am okay that video is being shown every "perfect cube number". I actually want to change the maximum reward the agent may achieve (by default it is only 200). So in that way the episodes will be longer.
It would be perfect if I can set the goal of balancing for 20 seconds to complete the learning. Please note that I am using gym environment.
Hi
I am using
env = normalize(GymEnv("CartPole-v0"))
to create an environment. It works well, but all the visualizations lasts maximum for 5 seconds and after that they stop even if the pole was in the vertical state.Can I change this behaviour somehow?
Thanks.
The text was updated successfully, but these errors were encountered: