Merge pull request #998 from jonas-eschmann/master

Adding RLtools to the C++ Reinforcement Learning Section
This commit is contained in:
Joseph Misiti 2024-08-07 13:16:24 -04:00 committed by GitHub
commit 4964cff362
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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.
<a name="cpp-reinforcement-learning"></a>
#### Reinforcement Learning
* [RLtools](https://github.com/rl-tools/rl-tools) - The fastest deep reinforcement learning library for continuous control, implemented header-only in pure, dependency-free C++ (Python bindings available as well).
<a name="common-lisp"></a>
## Common Lisp