Training a Neural Network with Reinforcement learning

前端 未结 2 1545
离开以前
离开以前 2021-01-29 19:01

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

2条回答
  •  暗喜
    暗喜 (楼主)
    2021-01-29 19:28

    There are some research papers on the topic:

    • Efficient Reinforcement Learning Through Evolving Neural Network Topologies (2002)
    • Reinforcement Learning Using Neural Networks, with Applications to Motor Control
    • Reinforcement Learning Neural Network To The Problem Of Autonomous Mobile Robot Obstacle Avoidance

    And some code:

    • Code examples for neural network reinforcement learning.

    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.

提交回复
热议问题