关于从头开始训练的问题 #67
Unanswered
linforgithub
asked this question in
Q&A
Replies: 1 comment 1 reply
-
这个文件就是字面上的 state file,和你训练的产物是同一种类型的文件。 实际上从头开始训练 Mortal 需要做 bootstrap,即要训练 Mortal 模型首先还需要另一个 Mortal 模型作为 test play 的对手,只是现在的代码里没有包含这一段,要手动修改操作。你可以在训练一段时间之后把 state file 归档一份,然后将 test play 的 state file 设置成它。 |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
我先执行了train.py,有数据之后,我开始执行train.py,然后遇到了需要加载TestPlayer的问题

于是我把从文件加载的注释掉了,但是这个文件会在什么时候生成呢,执行了train好久,也没有生成Player需要的文件,也就是说我如果需要执行对局之类的操作是没法进行的
Beta Was this translation helpful? Give feedback.
All reactions