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
What is the gym version in your environment? For some compatibility problem, you need to train gym-hybrid with gym==0.25.1 and visualize replay videos with gym==0.22.0.
What is the gym version in your environment? For some compatibility problem, you need to train gym-hybrid with gym==0.25.1 and visualize replay videos with gym==0.22.0.
How to realize this process?
I found that the reason for the error mentioned mentioned
When I using
ding
to deploy the agent withgym-hybrid
env,I got the errormy code is
I found the problem is that
ding
requiresgym=0.25.1
which doesn't includerendering
, but ingym_hybrid_env.py
, it useenv.render
Notice:
my python version is 3.9, and I install
ding
bygit clone
andpip install -e .
I found
conda install
only support python3.7, but also wrong.I just want to get the video result of
gym-hybrid
, how should I do?And if I can keep using python3.9 is the best.
The text was updated successfully, but these errors were encountered: