How to adjust neural network to work with 3 layers representation instead of 1 layers?

后端 未结 0 955
天涯浪人
天涯浪人 2020-12-01 06:22

I am trying to train an agent to play Connect4 game. I found an example of how it can be trained. Representation of board is 1x6x7 array:

[[[0 0 0 0 0 0 0]
           


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题