From dc317a932c7d370d39e15c570de7eababa781ac0 Mon Sep 17 00:00:00 2001 From: Jeffrey Shih <34355042+unityjeffrey@users.noreply.github.com> Date: Thu, 6 Sep 2018 09:51:11 -0700 Subject: [PATCH 1/3] broken link for gym --- docs/Readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Readme.md b/docs/Readme.md index 088cbf6004..4057e19efe 100644 --- a/docs/Readme.md +++ b/docs/Readme.md @@ -53,4 +53,4 @@ * [API Reference](API-Reference.md) * [How to use the Python API](Python-API.md) -* [Wrapping Learning Environment as a Gym](../gym-unity/Readme.md) +* [Wrapping Learning Environment as a Gym](../gym-unity/README.md) From 71ca346a2e87548639e5d6b4e6a0d84d291a965a Mon Sep 17 00:00:00 2001 From: Jeffrey Shih <34355042+unityjeffrey@users.noreply.github.com> Date: Thu, 6 Sep 2018 09:53:21 -0700 Subject: [PATCH 2/3] added gym into feature list --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 8eac0b4f6c..2223eecfcc 100644 --- a/README.md +++ b/README.md @@ -31,6 +31,7 @@ developer communities. * Flexible agent control with On Demand Decision Making * Visualizing network outputs within the environment * Simplified set-up with Docker +* Wrap learning lnvironments as a gym ## Documentation From 6588a531941827436b58e564f6ef3fea5e3e983b Mon Sep 17 00:00:00 2001 From: Jeffrey Shih <34355042+unityjeffrey@users.noreply.github.com> Date: Thu, 6 Sep 2018 10:04:55 -0700 Subject: [PATCH 3/3] fixed typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2223eecfcc..a6050f90f6 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ developer communities. * Flexible agent control with On Demand Decision Making * Visualizing network outputs within the environment * Simplified set-up with Docker -* Wrap learning lnvironments as a gym +* Wrap learning environments as a gym ## Documentation