Skip to content

Commit

Permalink
Update DistributedModelParameters.md
Browse files Browse the repository at this point in the history
  • Loading branch information
AqwamCreates authored Nov 28, 2024
1 parent c06ddba commit 73d29ab
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions docs/API/Others/DistributedModelParameters.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).
Expand Down

0 comments on commit 73d29ab

Please sign in to comment.