kimbring2 / AlphaStar_Implementation

This project is implementation code of AlphaStar
Apache License 2.0
187 stars 26 forks source link

IndexError: Cannot choose from an empty sequence #2

Closed andaoai closed 3 years ago

andaoai commented 3 years ago

when running the alphastar.py env_test.py file in my terminal, it gives this error: IndexError: Cannot choose from an empty sequence

kimbring2 commented 3 years ago

Hello Andao,

Please try to test the 'env_test.py' file. I can not fully implement the 'alphastar.py' file yet.

Thank you