lml519

Results 11 comments of lml519
trafficstars

when i run the > python3 train_mineral_shards.py --algorithm=a2c I got a similar problem,but this is the problem of my tensorflow. The output is that: > Traceback (most recent call last):...

i got the same problem, did u solve it? i would like to thank u a lot ,if u can help me.

@lbianculli thanks for your help. But I have a little question. I want to know where the player should add to? Directly add them after the command "python train_mineral_shards.py --algorithm=a2c"...

@lbianculli when i add them into : with sc2_env.SC2Env( map_name="DefeatZerglingsAndBanelings", step_mul=step_mul, visualize=True, players=[sc2_env.Agent(sc2_env.Race.terran)], it comes a new error:Please specify agent_interface_format.

@lbianculli thanks a lot. I have checked the SC2Env and change the code in "subproc_vec_env.py"and"train_mineral_shards".Then,the output change into : raise _exceptions.UnparsedFlagAccessError(error_message) absl.flags._exceptions.UnparsedFlagAccessError: Trying to access flag --sc2_run_config before flags were...

@lbianculli I've tried all 4 players in SC2Env, and they all output the same results.Just like the output I showed above. Then I tried to add the player into 2,3...

Thank u very much for ur sincerely help. I change the position of "flags.FLAGS(sys.argv)" to the end of the declaration of all command line flags. Then the game can run....

@lbianculli Sorry for repling lately.I run it on my windows10 os.And the output is that: > pygame 1.9.4 Hello from the pygame community. https://www.pygame.org/contribute.html pygame 1.9.4 Hello from the pygame...

u can see the reward about the predator. i remembered the predator should get the positive reward when they attacked. Meanwhile, when they surrounded the preys they can attack the...