Skip to content

Commit a512431

Browse files
authored
Update Training-PPO.md
1 parent 8977f85 commit a512431

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Documents/Training-PPO.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ If you already know some policy that is better than random policy, you might giv
6969

7070
Note that your AgentDependentDeicision is only used in training mode. The chance of using it in each step for agent with the script attached depends on `useHeuristicChance`.
7171

72-
72+
## Create your own neural network architecture
73+
If you want to have your own neural network architecture instead of the one provided by [`RLNetworkSimpleAC`](#rlnetworksimpleac), you can inherit `RLNetworkAC` class to build your own neural network. See the [sourcecode](https://github.com/tcmxx/UnityTensorflowKeras/blob/tcmxx/docs/Assets/UnityTensorflow/Learning/PPO/TrainerPPO.cs) of `RLNetworkAC.cs` for documentation.
7374

7475

0 commit comments

Comments
 (0)