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.
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.