minReward Lower bound of the minimal possible reward.
minReward Lower bound of the minimal possible reward.
minReward Lower bound of the minimal possible reward.
Crop Forces a state to be in a given continuous sub-space.
Crop Forces a state to be in a given discrete space.
SOURCE CODE
0001 function m=min(S)
0002 % Lower bound of a CSpace
0003 %
0004 % Returns the lower bounds of a continuous space for all dimensions as a
0005 % column vector.
0006
0007 m=S.min;