Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sibyjackgrove/sc2_cnn_bot_training_dataset_api
Training CNN model for SC2 bot using TF Dataset API
https://github.com/sibyjackgrove/sc2_cnn_bot_training_dataset_api
Last synced: 6 days ago
JSON representation
Training CNN model for SC2 bot using TF Dataset API
- Host: GitHub
- URL: https://github.com/sibyjackgrove/sc2_cnn_bot_training_dataset_api
- Owner: sibyjackgrove
- Created: 2018-07-23T01:14:04.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-07-23T01:30:34.000Z (over 6 years ago)
- Last Synced: 2024-11-09T06:38:22.362Z (2 months ago)
- Language: Jupyter Notebook
- Homepage:
- Size: 19.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Training CNN model for SC2 bot using TF Dataset API
Pipeline demonstrating how to train TF Keras models with dataset API both in local machine and Google Colab (reading data from Google Drive).
Uses training data and model provided by @Sentdex in https://pythonprogramming.net/building-neural-network-starcraft-ii-ai-python-sc2-tutorial/