From ed92d13e552ddca7d9d1b82d9d349c10923ada6c Mon Sep 17 00:00:00 2001 From: kngwyu Date: Mon, 5 Oct 2020 15:09:36 +0900 Subject: [PATCH] Add CI badge on README --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 21d2de9..c3f6d62 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,5 @@ # mujoco-maze +[![Actions Status](https://github.com/kngwyu/mujoco-maze/workflows/CI/badge.svg)](https://github.com/kngwyu/mujoco-maze/actions) [![Black](https://img.shields.io/badge/code%20style-black-000.svg)](https://github.com/psf/black) Some maze environments for reinforcement learning(RL) using [mujoco-py] and