NightKirie / StarNoob

Project for NCKU course: Introduction to AI

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

StarNoob

Project for NCKU course: Introduction to AI

Colab

https://colab.research.google.com/drive/1bZsnxTpEr_1DZ3HI5nGExhxUVnXrrYzG

Structure

Dependencies

  • Using Anaconda
conda env create -f anaconda_environment.yml
  • Package list
    1. python=3.6
    2. matplotlib
    3. pytorch
    4. torchvision
    5. cudatoolkit=10.1
    6. pip
    7. pandas
    8. pysc2
    9. pyvirtualdisplay
    10. opencv-python

Usage

python3 agent.py

Training Result

Our Bot(Terran) V.S. Very Easy Bot(Terran)

  • Winrate Winrate

About

Project for NCKU course: Introduction to AI


Languages

Language:Python 100.0%