Chris Hoyean Song
Chris Hoyean Song
You need to install baselines library from the baselines Github repo. ``` pip install git+https://github.com/openai/baselines ``` Try this!
@snurkabill Can you pull the latest code and try it again? I fixed this issue recently :)
Yeah, guys. I'm trying to enhance the score using the A3C algorithm. I'm re-writing the example codes. If you have any improvement, please let me know! :)
I'm applying the A3C algorithm on it. This is the baseline agent of the paper. https://deepmind.com/documents/110/sc2le.pdf
@Seraphli @ShadowDancer @vors @yilei I applied A2C algorithm. I think it works better. you can train it with commands below. ``` python train_mineral_shards.py --algorithm=a2c --num_agents=2 --num_scripts=2 --timesteps=2000000 ```
@davidkuhta @Seraphli I'll fix it! thanks!!
@davidkuhta @Seraphli I fixed it. Can you guys check it out?
@tewalds Timo, I'm trying to add control groups on the renderer. I just made some boxes for the control groups. If you have any idea or feedback, please tell me.
I applied ACKTR(A3C) on my Github. https://github.com/chris-chris/pysc2-examples It is learning but, I think it needs more improvements. Trained multiple Pi for base_action(524) sub1_action(2) sub2_action(3~10) sub3_action(500) x1, y1, x2, y2 (64)...
Sorry for the commit message without descriptions.