From a7a840b33f68d2a329f295d4d1674cd7da5c67ad Mon Sep 17 00:00:00 2001 From: "carter.fendley" Date: Fri, 14 Jun 2024 18:25:25 -0400 Subject: [PATCH] Add docker build badge --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 90c01e7..d691b4b 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,7 @@ [![C++ Build](https://github.com/mivp-agent/moos-ivp-agent/actions/workflows/cpp-workflow.yml/badge.svg)](https://github.com/mivp-agent/moos-ivp-agent/actions/workflows/cpp-workflow.yml) [![Python Build](https://github.com/mivp-agent/moos-ivp-agent/actions/workflows/py3-workflow.yml/badge.svg)](https://github.com/mivp-agent/moos-ivp-agent/actions/workflows/py3-workflow.yml) +[![Docker Build](https://github.com/mivp-agent/moos-ivp-agent/actions/workflows/docker-workflow.yml/badge.svg)](https://github.com/mivp-agent/moos-ivp-agent/actions/workflows/docker-workflow.yml) Model agnostic ML tooling for MOOS-IvP. See very simple implementation below based on the [ManagerExample](./examples/ManagerExample). See the [mivp-agent.github.io](https://mivp-agent.github.io/) website for more information about getting started.