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
The real Pendulum-v0 starts with a random angle and velocity in some range. We should do this too. I think the easiest way would be to just add an action at the beginning of the env's reset() function, as that's almost always called before the start of an episode, and there's not really an "episode" function.
The text was updated successfully, but these errors were encountered:
The real
Pendulum-v0
starts with a random angle and velocity in some range. We should do this too. I think the easiest way would be to just add an action at the beginning of the env'sreset()
function, as that's almost always called before the start of an episode, and there's not really an "episode" function.The text was updated successfully, but these errors were encountered: