FLAIROx / JaxMARL

Multi-Agent Reinforcement Learning with JAX
Apache License 2.0
395 stars 69 forks source link

Error when running colab example in quickstart #55

Closed keep9oing closed 7 months ago

keep9oing commented 8 months ago

I'm just running example code of colab in the readme file (quick start). But the error comes out as below. (Part1 in the notebook) bug

What I did is just run cells sequentially. I'm using colab pro+ with T4 GPU.

Thank you

alexunderch commented 7 months ago

Hey! This error is related to numpy version used in Colab and its compatibility with the library. Usually, if you restart the runtime after the installation, it should resolve your issue.

keep9oing commented 7 months ago

Thanks, restart the session solved this problem.

alexunderch commented 7 months ago

Can you please close the issue if there are no more problems?