Skip to content

Commit 967bdf2

Browse files
author
Marwan Mattar
authored
Several final improvement to docs, scene and configs. (#871)
* Added missing declaration to docs sample code. * Added pretrained model as default graph in Internal brain of Tennis scene * Disabled PlayerBrain in Tennis by default. * Removed accidental config.
1 parent 579a33a commit 967bdf2

File tree

3 files changed

+116
-135
lines changed

3 files changed

+116
-135
lines changed

docs/Learning-Environment-Design-Heuristic-Brains.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ When creating your Decision class, extend MonoBehaviour (so you can use the clas
1010

1111
```csharp
1212
using UnityEngine;
13+
using MLAgents;
1314

1415
public class HeuristicLogic : MonoBehaviour, Decision
1516
{

python/trainer_config.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,6 @@ StudentBrain:
221221
batches_per_epoch: 5
222222
num_layers: 4
223223
hidden_units: 64
224-
use_recurrent: false
225224
sequence_length: 16
226225
buffer_size: 128
227226

0 commit comments

Comments
 (0)