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 use the latest version of rllib,
get this error:
ImportError: cannot import name 'Model' from 'ray.rllib.models' (C:\Users\Administrator.DESKTOP-8U9VBK4.conda\envs\sc2\lib\site-packages\ray\rllib\models_init_.py)
it seems the new version use ModelV2. I revise it, but it still can't run.
So which version rllib can run the ppo and mix example?
The text was updated successfully, but these errors were encountered:
I use the latest version of rllib,
get this error:
ImportError: cannot import name 'Model' from 'ray.rllib.models' (C:\Users\Administrator.DESKTOP-8U9VBK4.conda\envs\sc2\lib\site-packages\ray\rllib\models_init_.py)
it seems the new version use ModelV2. I revise it, but it still can't run.
So which version rllib can run the ppo and mix example?
The text was updated successfully, but these errors were encountered: