mirror of
https://github.com/josephmisiti/awesome-machine-learning.git
synced 2025-06-02 18:42:29 -04:00
Merge pull request #998 from jonas-eschmann/master
Adding RLtools to the C++ Reinforcement Learning Section
This commit is contained in:
commit
4964cff362
1 changed files with 5 additions and 0 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue