From 4e138114d94be8717ab213930e49ae75f0e5448d Mon Sep 17 00:00:00 2001 From: sven1977 Date: Wed, 25 Aug 2021 09:01:58 +0200 Subject: [PATCH 1/2] Added RLlib :) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index c96f2ab..27da681 100644 --- a/README.md +++ b/README.md @@ -1357,6 +1357,7 @@ be * [acme](https://deepmind.com/research/publications/Acme) - An Open Source Distributed Framework for Reinforcement Learning that makes build and train your agents easily. * [Spinning Up](https://spinningup.openai.com) - An educational resource designed to let anyone learn to become a skilled practitioner in deep reinforcement learning * [Maze](https://github.com/enlite-ai/maze) - Application-oriented deep reinforcement learning framework addressing real-world decision problems. +* [RLlib](https://github.com/ray-project/ray) - RLlib is an industry level, highly scalable RL library for tf and torch, based on Ray. ## Ruby From f4e8f86f3703299184e8e30d936d6d9a08737515 Mon Sep 17 00:00:00 2001 From: sven1977 Date: Wed, 25 Aug 2021 09:06:52 +0200 Subject: [PATCH 2/2] Added RLlib :) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 27da681..a23973b 100644 --- a/README.md +++ b/README.md @@ -1357,7 +1357,7 @@ be * [acme](https://deepmind.com/research/publications/Acme) - An Open Source Distributed Framework for Reinforcement Learning that makes build and train your agents easily. * [Spinning Up](https://spinningup.openai.com) - An educational resource designed to let anyone learn to become a skilled practitioner in deep reinforcement learning * [Maze](https://github.com/enlite-ai/maze) - Application-oriented deep reinforcement learning framework addressing real-world decision problems. -* [RLlib](https://github.com/ray-project/ray) - RLlib is an industry level, highly scalable RL library for tf and torch, based on Ray. +* [RLlib](https://github.com/ray-project/ray) - RLlib is an industry level, highly scalable RL library for tf and torch, based on Ray. It's used by companies like Amazon and Microsoft to solve real-world decision making problems at scale. ## Ruby