sjtu-marl / malib

A parallel framework for population-based multi-agent reinforcement learning.
https://malib.io
MIT License
498 stars 60 forks source link

Run example error #44

Closed nuaasgq closed 2 years ago

nuaasgq commented 2 years ago

Hi, when i run the run_gym.py, it reports the following error:

image image could you give me some help?

KornbergFresnel commented 2 years ago

Seems there is an incompatible version of numba to python3.7. Please upgrade your py to 3.8 then have another try. @nuaasgq

nuaasgq commented 2 years ago

Thanks! I upgrade py to 3.7.13 and the problem has been solved.

KornbergFresnel commented 2 years ago

@nuaasgq the training pipeline of MALib has been reconstructed, please follow the changes in master branch.