-
Notifications
You must be signed in to change notification settings - Fork 20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Agent ID KeyError #49
Comments
I met the same problem. Did you solve it? |
nope i kinda moved away from this because i keep getting some more. I suspect this is because of dependency mismatch. Were you able to resolve? |
Sorry it might be the version mismatch. I believe downgrade to old version where we ran the baselines experiment might help. I will clean up those issues when I’m free. CoPO/benchmarks/MetaDrive-0.2.5 at main · decisionforce/CoPOgithub.com在 2024年5月17日,13:47,Ashish Bastola ***@***.***> 写道:
I met the same problem. Did you solve it?
nope i kinda moved away from this because i keep getting some more. I suspect this is because of dependency mismatch. Were you able to resolve?
—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you are subscribed to this thread.Message ID: ***@***.***>
|
pip install metadrive-simulator== 0.4.2.3 will solve the problem, from metadrive.envs.gym_wrapper import createGymWrapper |
If anyone else is facing this same issue. I tried reinstalling the metadrive to the latest version but the latest one requires some dependencies incompatible with older python version.
The text was updated successfully, but these errors were encountered: