Hi, I understand if this is not totally relevant and no worries if you just delete my message. But I've been trying to understand how leela actually reads positions and converts them into inputs for the CNN. I know that alpha zero took a stack of previous positions matrix of 1s and 0s but that explanation only works for GO when there is only one kind of piece.
I've always had the goal of creating a learning algorithm that can beat me at chess and I keep coming back to it but have never been able to do it. I wanted to try do it in python . I've got an abomination of RES net but I'm not sure what to put into it or what to try and get out of it for the policy head. I know you guys are much smarter than me and I thought any advice you could give me would be really helpful.