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
Awesome repo and paper. One question, when I render multiple initializations of "SunblazePendulumRandomExtreme-v0", I can't see the changes in the bar length. This doesn't happen in the rest of the environments. Maybe the changes are very small, or is there a problem with the code?
Another question: is there an easy way to implement the Breakout environment (e.g. with gym function env="SunblazeBreakutSomething").
Thank you!
The text was updated successfully, but these errors were encountered:
Awesome repo and paper. One question, when I render multiple initializations of "SunblazePendulumRandomExtreme-v0", I can't see the changes in the bar length. This doesn't happen in the rest of the environments. Maybe the changes are very small, or is there a problem with the code?
Thanks! For making sure the changes to the model that can be visualized are visualized, see the changes in this PR: openai/gym#1189. These changes were merged in a while back, so something might have changed since which broke it (if you're not using the exact same Gym version).
Another question: is there an easy way to implement the Breakout environment (e.g. with gym function env="SunblazeBreakutSomething").
Awesome repo and paper. One question, when I render multiple initializations of "SunblazePendulumRandomExtreme-v0", I can't see the changes in the bar length. This doesn't happen in the rest of the environments. Maybe the changes are very small, or is there a problem with the code?
Another question: is there an easy way to implement the Breakout environment (e.g. with gym function env="SunblazeBreakutSomething").
Thank you!
The text was updated successfully, but these errors were encountered: