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
Both the CartPole and Acrobot experiments fail on my machine due to the raise on line 244 of gym_experiment, in the fitness_one method's nsteps.times loop. This was unexpected because bundle exec ruby experiments/cartpole.rb is recommended usage in the README.
Is there a way to run these experiments without triggering this error?
The text was updated successfully, but these errors were encountered:
Both the CartPole and Acrobot experiments fail on my machine due to the
raise
on line 244 of gym_experiment, in thefitness_one
method'snsteps.times
loop. This was unexpected becausebundle exec ruby experiments/cartpole.rb
is recommended usage in the README.Is there a way to run these experiments without triggering this error?
The text was updated successfully, but these errors were encountered: