Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
q-learning-crystal
master
Board
Game
Player
Policy
Base
QLearning
Random
WinNow
WinNowBlock
WinNowBlockNaiveLine
WinNowBlockTrap
WinRandom
Q
Learning
Crystal
Qsa
QsaValue
QsaValuesIndexedByMoveAndPlayer
QsaValuesIndexedByPlayer
QsaValuesIndexedByStateMoveAndPlayer
Series
Built with Crystal 1.9.2
2023-10-08 14:14:43 UTC
class
Policy::WinRandom
Policy::WinRandom
Policy::Base
Reference
Object
Defined in:
policy/win_random.cr
Class Method Summary
.policy
Instance Method Summary
#play
(board, player)
Instance methods inherited from class
Policy::Base
chosen_move(_board, _player, _moves)
chosen_move
,
move_options(board)
move_options
,
play(board, as_player)
play
,
play_best(*args)
play_best
Class Method Detail
def self.
policy
#
[
View source
]
Instance Method Detail
def
play
(board, player)
#
[
View source
]