Closed mlx3223mlx closed 2 years ago
@mlx3223mlx Hello, can you run the below command?
$ python -m pysc2.bin.agent --map Simple64
$ python -m pysc2.bin.play --replay
Please tell me the result after running them.
@mlx3223mlx Hello, can you run the below command?
$ python -m pysc2.bin.agent --map Simple64 $ python -m pysc2.bin.play --replay
Please tell me the result after running them.
hello,I tried the command you gave and the result is as follows
$ python -m pysc2.bin.agent --map Simple64
pygame 2.1.2 (SDL 2.0.16, Python 3.8.0)
Hello from the pygame community. https://www.pygame.org/contribute.html
Traceback (most recent call last):
File "/home/auto/anaconda3/envs/tensorflowGPU/lib/python3.8/runpy.py", line 192, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/home/auto/anaconda3/envs/tensorflowGPU/lib/python3.8/runpy.py", line 85, in _run_code
exec(code, run_globals)
File "/home/auto/anaconda3/envs/tensorflowGPU/lib/python3.8/site-packages/pysc2/bin/agent.py", line 164, in
$ python -m pysc2.bin.play --replay pygame 2.1.2 (SDL 2.0.16, Python 3.8.0) Hello from the pygame community. https://www.pygame.org/contribute.html FATAL Flags parsing error: Missing value for flag --replay Pass --helpshort or --helpfull to see help on flags.
I solved the problem by modifying the file permissions.
when I tried to run python trajectory_generator.py, I got error messages below and got nothing in the saving_path pysc2_dataset/simple64.
RuntimeError: Trying to run '/home/auto/StarCraftII/Versions/Base71663/SC2_x64', but it isn't executable.