StarCraft II Learning environment full overview (VII)

gema.parreno.piqueras
1 min readOct 6, 2018

Lab : Running and training the agent

“The Void will answer” Mohandar Protoss trained order unit quote

Running and training

It´s time to get the agent running! Type in your console .

$ python3 CNN_LSTM.py

Visualizing in Tensorboard

There exist a pre-configured callback in the agent that allows to you to run Tensorboard. Once you start your training, type in your console. You should see something like this. Note that the path/Graph will be created once the training has started.

$ tensorboard --logdir path/Graph --host localhost --port 8088
Neural Net architecture

https://medium.com/@gema.parreno.piqueras/starcraft-ii-learning-environment-full-overview-viii-cdd5b5532c56

--

--