Question

  • I intend to use Reinforcement learning in my project but I do not know much how to implement it..
  • So I am looking for a library with different RL algorithms that I can use in my C# project..

Thanks

Please Note: I found NeuronDotNet library for neural networks, I am now looking for RL library..

EDIT: Or a Dot NET library

Was it helpful?

Solution

For who care, I have found this library for socket supported languages (C#): Rl-Glue

OTHER TIPS

I encourage you to try this solution:

http://sourceforge.net/projects/dotrl/

I am the main author, any comments are welcome :)

If you don't know how to implement them because you lack an understanding of the algorithms, a book by Sutton and Barton should help clear up any issues you have.

http://webdocs.cs.ualberta.ca/~sutton/book/the-book.html

But otherwise, what you found should suit your needs.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top