MyCaffe
1.12.2.41
Deep learning software for Windows C# programmers.
|
The State contains the current state of the gym. More...
Public Member Functions | |
CurrentState (double[] rgData, double dfReward, bool bTerminal, State gymState=null) | |
The constructor. More... | |
Properties | |
SimpleDatum | Data [get] |
Returns the data. More... | |
double | Reward [get] |
Returns the reward. More... | |
bool | Terminal [get] |
Returns whether or not the state is terminal or not. More... | |
State | GymState [get] |
Returns the GymState if provided. More... | |
The State contains the current state of the gym.
Definition at line 627 of file MyCaffePythonGym.cs.
MyCaffe.gym.python.CurrentState.CurrentState | ( | double[] | rgData, |
double | dfReward, | ||
bool | bTerminal, | ||
State | gymState = null |
||
) |
The constructor.
rgData | Specifies the data. |
dfReward | Specifies the reward. |
bTerminal | Specifies whether or not the state is terminal. |
gymState | Optionally, specifies the gym state. |
Definition at line 641 of file MyCaffePythonGym.cs.
|
get |
Returns the data.
Definition at line 652 of file MyCaffePythonGym.cs.
|
get |
Returns the GymState if provided.
Definition at line 676 of file MyCaffePythonGym.cs.
|
get |
Returns the reward.
Definition at line 660 of file MyCaffePythonGym.cs.
|
get |
Returns whether or not the state is terminal or not.
Definition at line 668 of file MyCaffePythonGym.cs.