Skip to content

Commit 8b934af

Browse files
authored
Update MAES.md
1 parent 584e2f2 commit 8b934af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Documents/MAES.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,4 +92,4 @@ What if we combine those two methods? Remember that in MAES you can provide a in
9292

9393
The idea here is to use data collected from MAES to train the neural network using supervised learning, while the output of the neural network is used as initial guess for MAES optimization. The scene `BilliardSLAndMAES-OneShotSimplified` in [IntelligentPool](IntelligentPoolDetails.md) is a good example.
9494

95-
As long as you use `MAESDecision` for supervised learning model, and check the `useHeuristic` in its inspector, the output from neural network will be automatically used as initial guess of the MAES. As the neural network starts to learn something, the time cost of MEAS is likely to be reduced a lot.
95+
As long as you use [`MAESDecision`](#use-maesdecision-for-ml-agents) for supervised learning model, and check the `useHeuristic` in its inspector, the output from neural network will be automatically used as initial guess of the MAES. As the neural network starts to learn something, the time cost of MEAS is likely to be reduced a lot.

0 commit comments

Comments
 (0)