shindavid / AlphaZeroArcade

6 stars 1 forks source link

Rm eigentorch #64

Closed shindavid closed 1 year ago

shindavid commented 1 year ago

Removes eigentorch module, instead using raw Eigen and torch types and converting between the two at the endpoints only.

Also changes the input tensor scalar type to be game-specific, and changes c4 and othello to use a bool for this purpose.