liuruoze / mini-AlphaStar

(JAIR'2022) A mini-scale reproduction code of the AlphaStar program. Note: the original AlphaStar is the AI proposed by DeepMind to play StarCraft II. JAIR = Journal of Artificial Intelligence Research.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Trained model replays.

rahatsantosh opened this issue · comments

Once, I have trained the model, how do I run a game against it say by either a bot or human opponent. I'm unable to figure out how to run the custom agent. Any ideas on how this can be done?

Yes, you can use the "rl_vs_inner_bot_mp.py" to play vs. the built-in bot by the trained model.

Hi, I will close this issue if you don't have new questions. You can always re-open it if you think the problem is not resolved.