I'm trying to run Open ai gym on my jupyter notebook, but I keep getting this error. In the problematic line 17, there are 4 variables that match, why am I getting this error? The development environment is M1 Mac.
Asked
Active
Viewed 893 times
-1
-
FYI - [Please do not upload images of code/data/errors when asking a question.](//meta.stackoverflow.com/q/285551) – David Makogon Oct 17 '22 at 16:02
1 Answers
0
check how many parameter is return by following function.
env.step(action)
It may be return less than 4 parameters.

Muhammad Faizan
- 76
- 5