I know the basics of feedforward neural networks, and how to train them using the backpropagation algorithm, but I\'m looking for an algorithm than I can use for training an ANN
There are some research papers on the topic:
And some code:
Those are just some of the top google search results on the topic. The first couple of papers look like they're pretty good, although I haven't read them personally. I think you'll find even more information on neural networks with reinforcement learning if you do a quick search on Google Scholar.