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 network

  • hidden_layer_num (int32): [Read-Write] Number of hidden layers for critic network.

  • hidden_layer_size (int32): [Read-Write] Number of neurons in each hidden layer of the critic network