huawei-noah / SMARTS

Scalable Multi-Agent RL Training School for Autonomous Driving
MIT License
922 stars 186 forks source link

No module named smarts.zoo.agent_spec #1463

Closed hoaklee closed 1 year ago

hoaklee commented 2 years ago

Hi, I have successfully installed smarts and ultra, when I am running ultra experiments using the following code:

python ultra/scenarios/interface.py generate --task 1 --level easy

It returns the error like below:

pybullet build time: Oct 8 2020 00:10:46 Traceback (most recent call last): File "ultra/scenarios/interface.py", line 36, in from smarts.zoo.agent_spec import AgentSpec ModuleNotFoundError: No module named 'smarts.zoo.agent_spec'

Do you have any idea what should I do with this error?(I can import smarts.zoo.manager and other script in the same folder)

sah-huawei commented 2 years ago

Hello @hoaklee. Could you please let us know what versions of Ultra and Smarts you have installed? Thanks!

Adaickalavan commented 1 year ago

Closed due to stale issue.