SoyGema / Startcraft_pysc2_minigames

Startcraft II Machine Learning research with DeepMind pysc2 python library .mini-games and agents.
Apache License 2.0
132 stars 14 forks source link

Working random agent #6

Closed davidleejy closed 6 years ago

davidleejy commented 6 years ago

Fixes #5 .

To run: $ python Agents/DQN_Agent_LSTM.py

To help people who are new to the deepmind/pysc2 library, I've included the option to print actions available & chosen. $ python Agents/DQN_Agent_LSTM.py --verbose --pause=1.0 --pause adds delay between consecutive actions so that program is slowed down for the ease of reading output.

screenshot_20180804_004029