oxwhirl / smac

SMAC: The StarCraft Multi-Agent Challenge
MIT License
1.08k stars 228 forks source link

rllib version? #122

Open maris205 opened 6 months ago

maris205 commented 6 months ago

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?