MyCaffe
1.12.2.41
Deep learning software for Windows C# programmers.
|
The Observation contains data describing the Gym as it runs. More...
Public Member Functions | |
Observation (Bitmap imgDisp, Bitmap img, bool bRequireDisplayImg, double[] rgState, double dfReward, bool bDone) | |
The constructor. More... | |
Observation | Clone () |
Returns a copy of the Observation. More... | |
Properties | |
double[] | State [getset] |
Get/set the state data. More... | |
Bitmap | Image [getset] |
Get/set the action image, if it exists. More... | |
Bitmap | ImageDisplay [getset] |
Get/set the image to display. More... | |
bool | RequireDisplayImage [getset] |
Get/set whether or not the image for display (ImageDisplay) is required. More... | |
double | Reward [getset] |
Get/set the reward. More... | |
bool | Done [getset] |
Get/set the done state. More... | |
The Observation contains data describing the Gym as it runs.
Definition at line 68 of file IMyCaffeGymUiService.cs.
MyCaffe.gym.Observation.Observation | ( | Bitmap | imgDisp, |
Bitmap | img, | ||
bool | bRequireDisplayImg, | ||
double[] | rgState, | ||
double | dfReward, | ||
bool | bDone | ||
) |
The constructor.
imgDisp | Specifies the display image. |
img | Optionally, specifies the action image. |
bRequireDisplayImg | Specifies whether a display image is required. |
rgState | Specifies state data of the Gym. |
dfReward | Specifies the reward. |
bDone | Specifies the done state of the Gym. |
Definition at line 86 of file IMyCaffeGymUiService.cs.
Observation MyCaffe.gym.Observation.Clone | ( | ) |
Returns a copy of the Observation.
Definition at line 100 of file IMyCaffeGymUiService.cs.
|
getset |
Get/set the done state.
Definition at line 164 of file IMyCaffeGymUiService.cs.
|
getset |
Get/set the action image, if it exists.
Definition at line 124 of file IMyCaffeGymUiService.cs.
|
getset |
Get/set the image to display.
Definition at line 134 of file IMyCaffeGymUiService.cs.
|
getset |
Get/set whether or not the image for display (ImageDisplay) is required.
Definition at line 144 of file IMyCaffeGymUiService.cs.
|
getset |
Get/set the reward.
Definition at line 154 of file IMyCaffeGymUiService.cs.
|
getset |
Get/set the state data.
Definition at line 114 of file IMyCaffeGymUiService.cs.