Ejemplo n.º 1
0
func (this *SysMDP) S() <-chan rltools.State {
	return discrete.AllStates(this.NumStates())
}
Ejemplo n.º 2
0
func (this *MDP) S() <-chan rltools.State {
	return discrete.AllStates(this.maxStates)
}