func (this *SysMDP) A() <-chan rltools.Action { return discrete.AllActions(this.NumActions()) }
func (this *MDP) A() <-chan rltools.Action { return discrete.AllActions(this.maxActions) }