kengz / SLM-Lab

Modular Deep Reinforcement Learning framework in PyTorch. Companion library of the book "Foundations of Deep Reinforcement Learning".
https://slm-lab.gitbook.io/slm-lab/
MIT License
1.23k stars 263 forks source link

python setup.py test #512

Closed rlacjfjin closed 1 year ago

rlacjfjin commented 2 years ago

Hi, When I run python setup.py test, there are some tests are failed, is it a normal behavior? My result is following :

====================================================== 64 failed, 100 passed, 8 skipped, 4 warnings, 25 error in 18.62 seconds ======================================================

Thanks,