We closed this forum 18 June 2010. It has served us well since 2005 as the ALPHA forum did before it from 2002 to 2005. New discussions are ongoing at the new URL http://forum.processing.org. You'll need to sign up and get a new user account. We're sorry about that inconvenience, but we think it's better in the long run. The content on this forum will remain online.
IndexProgramming Questions & HelpOther Libraries › Q-Learning Libraries
Page Index Toggle Pages: 1
Q-Learning Libraries (Read 725 times)
Q-Learning Libraries
Apr 7th, 2009, 10:53pm
 
I've been working with several reinforced learning algorithms for a while now, mainly q-learning, and would like to ask the community if anyone has seen or knows of any that are out there. I have not found any to date.

I am working on a project that in part will incorporate an unsupervised learning algorithm in processing and would like to contribute my research.

cheers
Re: Q-Learning Libraries
Reply #1 - Apr 8th, 2009, 1:27am
 
I fear I have no real answer, but I am always avid to learn  Roll Eyes
Say I am too lazy to google around, can you explain in a few words (or point to a good resource) what is q-learning?
I don't even know if you are talking about tutorials using Java or algorithms that learn, like neural networks.  Tongue
Re: Q-Learning Libraries
Reply #2 - Apr 8th, 2009, 11:16am
 
Haven't used it myself but looking at the wikipedia entry for Q-Learning (http://en.wikipedia.org/wiki/Q-learning), there is a link to a Q-learning algorithm implemented for Processing (http://github.com/sandropaganotti/processing.org-q-learning-td-lambda-/tree/master).

You may want to have a look at it and see how it works for you.

On the same page, there are additional Java-based resources which you could also try along with Processing (though they are not packaged as Processing libraries).
Page Index Toggle Pages: 1