chris-chris / pysc2-examples

StarCraft II - pysc2 Deep Reinforcement Learning Examples
Apache License 2.0
753 stars 356 forks source link

test/scripted_test.py #21

Closed DonggeunYu closed 5 years ago

DonggeunYu commented 5 years ago

I get the following error:

pygame 1.9.4 Hello from the pygame community. https://www.pygame.org/contribute.html Error Traceback (most recent call last): File "/anaconda3/envs/conda/lib/python3.6/unittest/case.py", line 59, in testPartExecutor yield File "/anaconda3/envs/conda/lib/python3.6/unittest/case.py", line 605, in run testMethod() File "/Users/donggeun/Downloads/pysc2-examples-master/tests/scripted_test.py", line 33, in test_defeat_zerglings game_steps_per_episode=self.steps * self.step_mul) as env: File "/anaconda3/envs/conda/lib/python3.6/site-packages/pysc2/env/sc2_env.py", line 248, in init raise ValueError("Please specify agent_interface_format.") ValueError: Please specify agent_interface_format.