Skip to content

Kyle1993/StarCraft1_RL_multiagent

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

StarCraft1_RL_Multiagent

Description

This work bases on my master's thesis.
we propose a hierarchical DDPG algorithm to solve the Multi-Agent cooperation problem
Main task: StarCraft1 small scale combat(unit micro control)
Mian problem: Multi-Agent cooperation problem
Performance:
Voide link of youku:
youku

Game enveriment

gym-starcraft-modified
It's depends on TorchCraft, I warp an SimpleBattleEnv for multi_units battle, you can follow the installation above.

Requirement

pytorch
gym

train

  • remember change the paramater(MYSELF_NUM, ENEMY_NUM) to fit the map setting
  • model will be saved every SAVE_ITERVAL episodes
python3 sc1_train_hierarchical.py

test

  • change the saved_floder and episode_num to chose the model you want to load
python3 test hiernet.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages