Navigation
API > API/Plugins > API/Plugins/Learning
| |
|
| Name |
FSchemaContinuousParameters |
| Type |
struct |
| Header File |
/Engine/Plugins/Experimental/LearningAgents/Source/Learning/Public/LearningObservation.h |
| Include Path |
#include "LearningObservation.h" |
Syntax
struct FSchemaContinuousParameters
Variables
Public
| Name |
Type |
Remarks |
Include Path |
Unreal Specifiers |
| Num |
int32 |
Number of values in the continuous observation. |
LearningObservation.h |
|
| Scale |
float |
Scale factor for the continuous observation. |
LearningObservation.h |
|