oxwhirl / smacv2

MIT License
197 stars 30 forks source link

unable to run rllib example #6

Closed kinalmehta closed 1 year ago

kinalmehta commented 1 year ago

I tried running the rllib example and ran into the following error

ImportError: cannot import name 'Model' from 'ray.rllib.models' ~/miniconda3/envs/smac/lib/python3.9/site-packages/ray/rllib/models/__init__.py)

Ray/rllib version tried: 2.0.0/1.8.0/1.10.0.

Is there any specific version of ray/rllib to install? If so, please add it to the documentation or requiremetns.txt file.

Thanks Kinal Mehta