![]() |
MyCaffe
1.12.2.41
Deep learning software for Windows C# programmers.
|
The GetStatusArgs is passed to the OnGetStatus event. More...
Public Member Functions | |
| GetStatusArgs (int nIndex, int nIteration, int nFrames, int nMaxFrames, double dfTotalReward, double dfReward, double dfExplorationRate, double dfOptimalCoeff, double dfLoss, double dfLearningRate, bool bModelUpdated=false) | |
| The constructor. More... | |
Properties | |
| int | Index [get] |
| Returns the index of the caller. More... | |
| int | Iteration [get] |
| Returns the number of iterations (steps) run. More... | |
| int | NewFrameCount [getset] |
| Get/set the new frame count. More... | |
| int | Frames [get] |
| Returns the total frame count across all agents. More... | |
| int | MaxFrames [get] |
| Returns the maximum frame count. More... | |
| bool | ModelUpdated [get] |
| Returns whether or not the model has been updated or not. More... | |
| double | Loss [get] |
| Returns the loss value. More... | |
| double | LearningRate [get] |
| Returns the current learning rate. More... | |
| double | TotalReward [get] |
| Returns the total rewards. More... | |
| double | Reward [get] |
| Returns the immediate reward for the current episode. More... | |
| double | ExplorationRate [get] |
| Returns the current exploration rate. More... | |
| double | OptimalSelectionCoefficient [get] |
| Returns the optimal selection coefficient. More... | |
The GetStatusArgs is passed to the OnGetStatus event.
Definition at line 165 of file EventArgs.cs.
| MyCaffe.trainers.GetStatusArgs.GetStatusArgs | ( | int | nIndex, |
| int | nIteration, | ||
| int | nFrames, | ||
| int | nMaxFrames, | ||
| double | dfTotalReward, | ||
| double | dfReward, | ||
| double | dfExplorationRate, | ||
| double | dfOptimalCoeff, | ||
| double | dfLoss, | ||
| double | dfLearningRate, | ||
| bool | bModelUpdated = false |
||
| ) |
The constructor.
| nIndex | Specifies the index of the caller. |
| nFrames | Specifies the total number of frames across all agents. |
| nMaxFrames | Specifies the maximum number of frames across all agents. |
| nIteration | Specifies the number of iterations run. |
| dfTotalReward | Specifies the total reward. |
| dfReward | Specifies the immediate reward for the current episode. |
| dfExplorationRate | Specifies the current exploration rate. |
| dfOptimalCoeff | Specifies the current optimal selection coefficient. |
| dfLoss | Specifies the loss. |
| dfLearningRate | Specifies the learning rate. |
| bModelUpdated | Specifies whether or not the model has been updated. |
Definition at line 194 of file EventArgs.cs.
|
get |
Returns the current exploration rate.
Definition at line 293 of file EventArgs.cs.
|
get |
Returns the total frame count across all agents.
Definition at line 237 of file EventArgs.cs.
|
get |
Returns the index of the caller.
Definition at line 212 of file EventArgs.cs.
|
get |
Returns the number of iterations (steps) run.
Definition at line 220 of file EventArgs.cs.
|
get |
Returns the current learning rate.
Definition at line 269 of file EventArgs.cs.
|
get |
Returns the loss value.
Definition at line 261 of file EventArgs.cs.
|
get |
Returns the maximum frame count.
Definition at line 245 of file EventArgs.cs.
|
get |
Returns whether or not the model has been updated or not.
Definition at line 253 of file EventArgs.cs.
|
getset |
Get/set the new frame count.
Definition at line 228 of file EventArgs.cs.
|
get |
Returns the optimal selection coefficient.
Definition at line 301 of file EventArgs.cs.
|
get |
Returns the immediate reward for the current episode.
Definition at line 285 of file EventArgs.cs.
|
get |
Returns the total rewards.
Definition at line 277 of file EventArgs.cs.