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
Going through the tutorial, the code crashed on the nextObservation() step, with the message: "ModuleNotFoundError: No module named 'numpy.lib.function_base'". It appears that the "function_base" method is not implemented in numpy>=2. Downgrading numpy to 1.26.4 was able to resolve the issue.
The text was updated successfully, but these errors were encountered:
Going through the tutorial, the code crashed on the nextObservation() step, with the message: "ModuleNotFoundError: No module named 'numpy.lib.function_base'". It appears that the "function_base" method is not implemented in numpy>=2. Downgrading numpy to 1.26.4 was able to resolve the issue.
The text was updated successfully, but these errors were encountered: