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
After I following the readme.md, initialize the virtual environment and install the dependencies, try executing python examples/ run_pro.py, error occurs: pickle5.pickle.PicklingError: Could not pickle object as excessively deep recursion required.
Create a new py file in the folder and execute just one line of code. from malib.scenarios.psro_scenario import PSROScenario .
The same error message will appear. How can I solve this problem?
The text was updated successfully, but these errors were encountered:
After I following the readme.md, initialize the virtual environment and install the dependencies, try executing
python examples/ run_pro.py
, error occurs:pickle5.pickle.PicklingError: Could not pickle object as excessively deep recursion required
.Create a new py file in the folder and execute just one line of code.
from malib.scenarios.psro_scenario import PSROScenario
.The same error message will appear. How can I solve this problem?
The text was updated successfully, but these errors were encountered: