I try to run it. I did everything told in the README.md file and I also replaced the correct line with from absl import flags.
Now I got an other error message :
Traceback (most recent call last):
File "/home/kiki92/PycharmProjects/untitled1/A-Guide-to-DeepMinds-StarCraft-AI-Environment/train_mineral_shards.py", line 51, in
main()
File "/home/kiki92/PycharmProjects/untitled1/A-Guide-to-DeepMinds-StarCraft-AI-Environment/train_mineral_shards.py", line 24, in main
visualize=True) as env:
File "/home/kiki92/PycharmProjects/untitled1/venv/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.
Any idea ?
I try to run it. I did everything told in the README.md file and I also replaced the correct line with
from absl import flags.Now I got an other error message :
Any idea ?