gyrdym / ml_algo

Machine learning algorithms in Dart programming language
https://gyrdym.github.io/ml_algo/
BSD 2-Clause "Simplified" License
190 stars 32 forks source link

Reinforcement Learning #235

Closed point-source closed 2 years ago

point-source commented 2 years ago

How difficult would it be to implement RL aglorithms / provide support for RL-based training methods? Is this on the roadmap by any chance?

gyrdym commented 2 years ago

Hi @point-source,

Reinforcement Learning is on the roadmap, but it is in the long-term plans. So far I focused on supervised and unsupervised learning algorithms.

point-source commented 2 years ago

That's great news! I'll keep an eye on the repo. Thanks

gyrdym commented 2 years ago

Thank you for your interest in the library.