Skip to content
New issue

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

为什么要在'play_data'中反转输入特征? #125

Open
Michi-123 opened this issue Mar 25, 2022 · 0 comments
Open

为什么要在'play_data'中反转输入特征? #125

Michi-123 opened this issue Mar 25, 2022 · 0 comments

Comments

@Michi-123
Copy link

Michi-123 commented Mar 25, 2022

为什么要在'play_data'中反转 input features?

play_data 1:

[[0,0,0], [0,1,0], [0,0,0]] # white
[[0,0,0], [0,0,0], [0,0,0]] # black
[[0,0,0], [0,1,0], [0,0,0]] # action
[[0,0,0], [0,0,0], [0,0,0]] # player

play_data 2:

[[1,0,0], [0,0,0], [0,0,0]] # black
[[0,0,0], [0,1,0], [0,0,0]] # white
[[1,0,0], [0,0,0], [0,0,0]] # action
[[1,1,1], [1,1,1], [1,1,1]] # player
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
1 participant