mirror of
https://github.com/josephmisiti/awesome-machine-learning.git
synced 2024-11-22 11:45:37 +03:00
Adding RLtools to the C++ Reinforcement Learning Section
This commit is contained in:
parent
0c18f0185c
commit
ce66b8cfb3
@ -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 in pure, dependency-free C++ (Python bindings available as well).
|
||||
|
||||
<a name="common-lisp"></a>
|
||||
## Common Lisp
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user