All Downloads are FREE. Search and download functionalities are using the official Maven repository.

aiddl-test.search.adversarial.tic-tac-toe.test-01.aiddl Maven / Gradle / Ivy

Go to download

Provides common types and algorithm implementations for the fast prototyping integrative AI systems with the AIDDL framework.

The newest version!
(#mod self org.aiddl.test.game.tic-tac-toe.t01)

(#set
  initial-state
  {
    board:
    (
      (X X _)
      (X _ O)
      (O _ O)
    )
    winner:NIL
    turn:6
    next-player:X
  }
)




© 2015 - 2025 Weber Informatics LLC | Privacy Policy