Skip to content

Commit

Permalink
tidy
Browse files Browse the repository at this point in the history
  • Loading branch information
sotetsuk committed Oct 30, 2024
1 parent 4763297 commit f9b7e72
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pgx/shogi.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,6 @@


class GameState(NamedTuple):
# --- Shogi specific ---
turn: Array = jnp.int32(0) # 0 or 1
board: Array = INIT_PIECE_BOARD # (81,) flip in turn
hand: Array = jnp.zeros((2, 7), dtype=jnp.int32) # flip in turn
Expand Down

0 comments on commit f9b7e72

Please sign in to comment.