From 73d29abb29aae35fb0c2bccc68fed8c0a796dc33 Mon Sep 17 00:00:00 2001 From: Aqwam Harish Aiman <67371914+AqwamCreates@users.noreply.github.com> Date: Thu, 28 Nov 2024 14:15:33 +0800 Subject: [PATCH] Update DistributedModelParameters.md --- docs/API/Others/DistributedModelParameters.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/docs/API/Others/DistributedModelParameters.md b/docs/API/Others/DistributedModelParameters.md index 2c1ea3e8..1bc184cb 100644 --- a/docs/API/Others/DistributedModelParameters.md +++ b/docs/API/Others/DistributedModelParameters.md @@ -88,6 +88,18 @@ DistributedModelParameters:getCurrentTotalNumberOfChildModelUpdatesToUpdateMainM * getCurrentTotalNumberOfChildModelUpdatesToUpdateMainModel: The current total number of reinforcements from all child models. +### start() + +Creates a new thread for real-time gradient descent / ascent. + +``` +DistributedModelParameters:start(): coroutine +``` + +#### Returns: + +* modelParameterChangeCoroutine: A coroutine that handles the modification of the model parameters. + ### reset() Reset the main model's stored values (excluding the parameters).