8 Star 35 Fork 6

liuruoze / mini-AlphaStar

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
param.py 630 Bytes
一键复制 编辑 原始数据 按行查看 历史
# param for some configs, for ease use of changing different servers
# also ease of use for experiments
'''whether is running on server, on server meaning use GPU with larger memoary'''
on_server = False
#on_server = True
'''The replay path'''
replay_path = "data/Replays/filtered_replays_1/"
#replay_path = "/home/liuruoze/data4/mini-AlphaStar/data/filtered_replays_1/"
#replay_path = "/home/liuruoze/mini-AlphaStar/data/filtered_replays_1/"
'''The mini scale used in hyperparameter'''
Batch_Scale = 16
Seq_Scale = 16
Select_Scale = 4
handle_cuda_error = False
skip_entity_list = False
skip_autoregressive_embedding = False
Python
1
https://gitee.com/liuruoze/mini-AlphaStar.git
git@gitee.com:liuruoze/mini-AlphaStar.git
liuruoze
mini-AlphaStar
mini-AlphaStar
main

搜索帮助