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'm having trouble with running the main.py file. After I run it and choose the game and mode it will first open the window then immediately give me this error
File "~/pyboy RL/main.py", line 244, in <module>
env.reset()
File "/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/gym/wrappers/frame_stack.py", line 186, in reset
obs, info = self.env.reset(**kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^
File "/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/gym/wrappers/normalize.py", line 84, in reset
obs, info = self.env.reset(**kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^
File "/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/gym/core.py", line 379, in reset
obs, info = self.env.reset(**kwargs)
^^^^^^^^^
ValueError: too many values to unpack (expected 2)
Error in sys.excepthook:
Original exception was:
The text was updated successfully, but these errors were encountered:
I'm having trouble with running the main.py file. After I run it and choose the game and mode it will first open the window then immediately give me this error
The text was updated successfully, but these errors were encountered: