pysc2-examples
pysc2-examples copied to clipboard
StarCraft II - pysc2 Deep Reinforcement Learning Examples
I'm trying to get replay data from .SC2Replay files by running replay_minerals.py. The program runs successfully but outputs empty arrays and values. I've tried several different replay files. Here is...
Make train_zerglings work with Tensorflow 1.14
I am not sure how to best address this, but it looks like train_defeat_zerglings (and potentially the Q learning version of train_mineral_shards) are not operational with TF 1.14. The error...
there ara an error: NotFoundError (see above for traceback): Key deepq_x/q_func/state_value/fully_connected/biases not found in checkpoint when i run python enjoy_mineral_shards.py does anyone know how to solve it?
When i run python train_mineral_shards.py --algorithm=a2c it says: ValueError: You must specify the list of players. does anyone know what happen?
I can't get started train_minteral_shards.py example. Getting this error: $ python train_mineral_shards.py Traceback (most recent call last): File "train_mineral_shards.py", line 14, in from common.vec_env.subproc_vec_env import SubprocVecEnv File "D:\devel\repositories\pysc2-examples\common\__init__.py", line 1,...
What's the baselines' version in this repo? Baselines have pr so many times, some functions can't work well.
show an error when i run train_mineral_shards File "C:\Anaconda3\lib\site-packages\pysc2\run_configs\__init__.py", line 39, in get if FLAGS.sc2_run_config is None: # Find the highest priority as default. File "C:\Anaconda3\lib\site-packages\absl\flags\_flagvalues.py", line 491, in __getattr__...
Hi! I tried to run the train_mineral_shards.py using pycharm on the windows 7, the error is : Traceback (most recent call last): File "D:\Anaconda3\lib\multiprocessing\process.py", line 258, in _bootstrap self.run() File...