├── LICENSE ├── README.md ├── incredibot-sct.py ├── load-train-mlpp.py ├── sc2env.py ├── test_model.py └── trainppo.py /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sentdex/SC2RL/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sentdex/SC2RL/HEAD/README.md -------------------------------------------------------------------------------- /incredibot-sct.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sentdex/SC2RL/HEAD/incredibot-sct.py -------------------------------------------------------------------------------- /load-train-mlpp.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sentdex/SC2RL/HEAD/load-train-mlpp.py -------------------------------------------------------------------------------- /sc2env.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sentdex/SC2RL/HEAD/sc2env.py -------------------------------------------------------------------------------- /test_model.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sentdex/SC2RL/HEAD/test_model.py -------------------------------------------------------------------------------- /trainppo.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sentdex/SC2RL/HEAD/trainppo.py --------------------------------------------------------------------------------