主要内容

Deploy Trained Reinforcement Learning Policy as Microservice Docker Image

To deploy a trained RL policy as a microservice Docker® image, follow three steps.

  1. Package a MATLAB® function that evaluates a reinforcement learning policy into a deployable archive.

  2. Create a Docker image that contains the archive and a minimal MATLAB Runtime package.

  3. Run the image in Docker and make calls to the service using any of the MATLAB Production Server™ client APIs.

For an example on how to do this, see Deploy Trained Reinforcement Learning Policy as Microservice Docker Image (MATLAB Compiler SDK).

See Also

Functions

Objects

Blocks

Topics