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 have installed the gym==0.19.0 and there is a error about the conflict between the copo==0.0.0 and ray[rllib]==2.2.0.
The error just is like this:
"
The conflict is caused by:
copo 0.0.0 depends on gym==0.19.0
ray[rllib] 2.2.0 depends on gym<0.24.0 and >=0.21.0; extra == "rllib"
"
I have tried to uninstall the ray==2.2.0 but there were still this error... How can I solve this problem?
The text was updated successfully, but these errors were encountered:
I changed the 'gym==0.19.0' to 'gym>=0.19.0' in setup.py then copo was installed successfully.
But I met another problem which is ''pickle5.pickle.PicklingError: Could not pickle object as excessively deep recursion required.'' when I ran the ''python./copo_code/copo/torch_copo/train_copo.py''
I have installed the gym==0.19.0 and there is a error about the conflict between the copo==0.0.0 and ray[rllib]==2.2.0.
The error just is like this:
"
The conflict is caused by:
copo 0.0.0 depends on gym==0.19.0
ray[rllib] 2.2.0 depends on gym<0.24.0 and >=0.21.0; extra == "rllib"
"
I have tried to uninstall the ray==2.2.0 but there were still this error... How can I solve this problem?
The text was updated successfully, but these errors were encountered: