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 was trying Phil's code on my new server.
The code he did is available here and here.
Since I didn't change the code (the only change is the new gymnasium library, which requires this change here):
The problem is: even if the code runs without any error, the score is accumulating to huge numbers (-100000) in the same episode. Since it doesn't trigger, it stucks in the first episode without going to the next.
Why it is happening?
Thanks
The text was updated successfully, but these errors were encountered:
Hi guys,
I was trying Phil's code on my new server.
The code he did is available here and here.
Since I didn't change the code (the only change is the new gymnasium library, which requires this change here):
observation = env.reset()[0]
in the line: link.
The problem is: even if the code runs without any error, the score is accumulating to huge numbers (-100000) in the same episode. Since it doesn't trigger, it stucks in the first episode without going to the next.
Why it is happening?
Thanks
The text was updated successfully, but these errors were encountered: