From 219ce453f3c701ebac8f487ec577e4e6b0e2d9b3 Mon Sep 17 00:00:00 2001 From: Peter Noble Date: Sun, 19 Jul 2020 19:20:28 +0100 Subject: [PATCH] Add OpenAI & OpenAI Gym (#3281) * Add OpenAI * Add OpenAI Gym --- _data/simple-icons.json | 10 ++++++++++ icons/openai.svg | 1 + icons/openaigym.svg | 1 + 3 files changed, 12 insertions(+) create mode 100644 icons/openai.svg create mode 100644 icons/openaigym.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index 62a4e0eb2..ec30dc021 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -4305,6 +4305,16 @@ "hex": "3DA639", "source": "https://opensource.org/logo-usage-guidelines" }, + { + "title": "OpenAI", + "hex": "412991", + "source": "https://openai.com/" + }, + { + "title": "OpenAI Gym", + "hex": "0081A5", + "source": "https://gym.openai.com/" + }, { "title": "OpenAPI Initiative", "hex": "6BA539", diff --git a/icons/openai.svg b/icons/openai.svg new file mode 100644 index 000000000..430f41cdc --- /dev/null +++ b/icons/openai.svg @@ -0,0 +1 @@ +OpenAI icon \ No newline at end of file diff --git a/icons/openaigym.svg b/icons/openaigym.svg new file mode 100644 index 000000000..d405f5f81 --- /dev/null +++ b/icons/openaigym.svg @@ -0,0 +1 @@ +OpenAI Gym icon \ No newline at end of file