You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, thank you for your work!
I downloaded pretrained weights ("rl_22-02-07_16-26-48.pth") and then i ran:
from alphastarmini.core.rl import rl_vs_inner_bot_mp
rl_vs_inner_bot_mp.test(on_server=P.on_server, replay_path=P.replay_path)
Unfortunately, agent is only building probes, and definitely not acting according to anyhow optimal policy.
I am using latest SC2 version, is this the reason? Is it possible to provide model weights for a new version?
The text was updated successfully, but these errors were encountered:
Hi, thank you for your work!
I downloaded pretrained weights ("rl_22-02-07_16-26-48.pth") and then i ran:
Unfortunately, agent is only building probes, and definitely not acting according to anyhow optimal policy.
I am using latest SC2 version, is this the reason? Is it possible to provide model weights for a new version?
The text was updated successfully, but these errors were encountered: