Merge pull request #806 from sven1977/master

[Python + reinforcement learning] Add link to RLlib.
This commit is contained in:
Joseph Misiti 2021-09-02 13:06:16 -04:00 committed by GitHub
commit 6534a945b0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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. It's used by companies like Amazon and Microsoft to solve real-world decision making problems at scale.
<a name="ruby"></a>
## Ruby