-1

enter image description here

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.

1 Answers1

0

check how many parameter is return by following function.

env.step(action)

It may be return less than 4 parameters.