Struct FRLlibAPPOSettings
- struct FRLlibAPPOSettings : public FTrainingSettings
-
A struct to hold Asynchronous Proximal Policy Optimization(APPO) settings for an RLLib training script.
Note
This is a partial implementation of the APPO settings, and is not exhaustive
Public Functions
- virtual void GenerateTrainingArgs(int Port, FScriptArgBuilder &ArgBuilder) const
-
Generate the training arguments for the script using the ArgBuilder.
Note
port is supplied as it is a common argument to pass to scripts, and is set at a high level but might be needed by specific subsettings
- Parameters:
-
-
Port – [in] The port to use for the script
-
ArgBuilder – [in] The builder to use to generate the arguments
-