We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
请问下,第三章4*4网格游戏中,终点状态的状态值为什么固定是0?
The text was updated successfully, but these errors were encountered:
这个数字只是状态值初始化问题,可以改的。但是当时我的想法是走迷宫是一个损耗的过程,我的回报定义为-1,表示越走越不利。到终点之后就不存在损耗了,所以终点状态价值为0
Sorry, something went wrong.
谢谢
No branches or pull requests
请问下,第三章4*4网格游戏中,终点状态的状态值为什么固定是0?
The text was updated successfully, but these errors were encountered: