Documentation
¶
Index ¶
- func PlayForever(store *storage.Storage, id int)
- type Agent
- func (a *Agent) Board() *oware.Board
- func (a *Agent) DistributeAwards()
- func (a *Agent) ExploreCurrentMoves(moves []int, sroot string) map[string]int
- func (a *Agent) MovePlayed(move string) bool
- func (a *Agent) Play()
- func (a *Agent) RecordMove(move string)
- func (a *Agent) SetBoard(board *oware.Board)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func PlayForever ¶
Types ¶
type Agent ¶
type Agent struct {
// contains filtered or unexported fields
}
func (*Agent) DistributeAwards ¶
func (a *Agent) DistributeAwards()
func (*Agent) ExploreCurrentMoves ¶
func (*Agent) MovePlayed ¶
func (*Agent) RecordMove ¶
Click to show internal directories.
Click to hide internal directories.