1
0
Fork 0
mirror of https://github.com/josephmisiti/awesome-machine-learning.git synced 2025-05-26 18:32:33 -04:00

Adding "header-only" clarification

This commit is contained in:
jonas-eschmann 2024-07-30 14:59:37 +04:00 committed by GitHub
parent ce66b8cfb3
commit 2253eb5111
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -284,7 +284,7 @@ Further resources:
<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).
* [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