diff --git a/README.md b/README.md index 88a42b2..7301f8e 100644 --- a/README.md +++ b/README.md @@ -41,6 +41,7 @@ Further resources: - [Speech Recognition](#cpp-speech-recognition) - [Sequence Analysis](#cpp-sequence-analysis) - [Gesture Detection](#cpp-gesture-detection) + - [Reinforcement Learning](#cpp-reinforcement-learning) - [Common Lisp](#common-lisp) - [General-Purpose Machine Learning](#common-lisp-general-purpose-machine-learning) - [Clojure](#clojure) @@ -281,6 +282,10 @@ Further resources: #### Gesture Detection * [grt](https://github.com/nickgillian/grt) - The Gesture Recognition Toolkit (GRT) is a cross-platform, open-source, C++ machine learning library designed for real-time gesture recognition. + +#### Reinforcement Learning +* [RLtools](https://github.com/rl-tools/rl-tools) - The fastest deep reinforcement learning library for continuous control, implemented in pure, dependency-free C++ (Python bindings available as well). + ## Common Lisp