From 1601a87cb1422a0e57b76c062a0dfae115dd373c Mon Sep 17 00:00:00 2001 From: Dominik Roth Date: Tue, 27 Jun 2023 21:43:22 +0200 Subject: [PATCH] Added attribution for the icon. --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 6988f38..8cc343f 100644 --- a/README.md +++ b/README.md @@ -232,3 +232,6 @@ for i in range(5): rewards = 0 obs = env.reset() ``` + +### Icon Attribution +The icon is based on the [Gymnasium](https://github.com/Farama-Foundation/Gymnasium) icon as can be found [here](https://gymnasium.farama.org/_static/img/gymnasium_black.svg). \ No newline at end of file