Merge pull request #796 from rmitsch/master

Added reinforcement learning framework Maze.
This commit is contained in:
Joseph Misiti 2021-06-01 10:46:20 -04:00 committed by GitHub
commit 47eff24566
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1351,6 +1351,7 @@ be
* [metaworld](https://github.com/rlworkgroup/metaworld) - An open source robotics benchmark for meta- and multi-task reinforcement learning
* [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.
<a name="ruby"></a>
## Ruby