From 1295175f9cf3d8488ea6f3e62ad27a1a369998d7 Mon Sep 17 00:00:00 2001 From: kngwyu Date: Wed, 17 Mar 2021 12:49:03 +0900 Subject: [PATCH] Fix README more --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a7e3e27..51731d2 100644 --- a/README.md +++ b/README.md @@ -3,8 +3,8 @@ [![PyPI version](https://img.shields.io/pypi/v/mujoco-maze?style=flat-square)](https://pypi.org/project/mujoco-maze/) [![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 -[openai gym][gym]. +Some maze environments for reinforcement learning (RL) based on [mujoco-py] +and [openai gym][gym]. Thankfully, this project is based on the code from [rllab] and [tensorflow/models][models].