|
|
|
|
|
|
property.FindPropertyRelative(NumVecObsPropName), |
|
|
|
new GUIContent("Stacked Vectors", |
|
|
|
"Number of states that will be stacked before " + |
|
|
|
"beeing fed to the neural network.")); |
|
|
|
"being fed to the neural network.")); |
|
|
|
position.y += LineHeight; |
|
|
|
EditorGUI.indentLevel--; |
|
|
|
} |
|
|
|