Main Content

Policy Deployment

Code generation and deployment of trained policies

Once you train a reinforcement learning agent, you can generate code to deploy the optimal policy. For example, usingMATLAB®Coder™and GPU Coder™, you can generate C++ or CUDA®代码和部署neural network policies on embedded platforms.

Functions

generatePolicyFunction Create function that evaluates trained policy of reinforcement learning agent

Topics