Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 405 Bytes

define_control_policy.md

File metadata and controls

8 lines (7 loc) · 405 Bytes

Define a Control Policy

The next step is to define the neural network control policy. Currently, OVERTVerify supports fully connected neural networks with ReLU activation functions. The last layer may have a linear activation function. The control policy should be prescribed as an nnet file. To see the details of this representation, check out this repository.