aiddl-test.search.adversarial.tic-tac-toe.test-01.aiddl Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of aiddl-common-scala Show documentation
Show all versions of aiddl-common-scala Show documentation
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