unreal.LearningAgentsCriticSettings
¶
- class unreal.LearningAgentsCriticSettings¶
Bases:
StructBase
The configurable settings for a ULearningAgentsCritic.
C++ Source:
Plugin: LearningAgents
Module: LearningAgents
File: LearningAgentsCritic.h
Editor Properties: (see get_editor_property/set_editor_property)
activation_function
(LearningAgentsActivationFunction): [Read-Write] Activation function to use on hidden layers of the critic networkhidden_layer_size
(int32): [Read-Write] Number of neurons in each hidden layer of the critic networklayer_num
(int32): [Read-Write] Total layers for critic network including input, hidden, and output layers