AINEMay 15, 2015

Reinforcement Learning applied to Single Neuron

arXiv:1505.04150v16 citations
Originality Synthesis-oriented
AI Analysis

This is an incremental study exploring reinforcement learning for multi-agent systems, addressing computational complexity issues in neuroscience and robotics.

The paper tackles applying reinforcement learning to multi-agent systems, specifically modeling neurons as agents in a fully-connected neural network and a simplified mechanical arm, with results showing convergence in the neural network but not in the mechanical arm within reasonable simulation time.

This paper extends the reinforcement learning ideas into the multi-agents system, which is far more complicated than the previously studied single-agent system. We studied two different multi-agents systems. One is the fully-connected neural network consists of multiple single neurons. Another one is the simplified mechanical arm system which is controlled by multiple neurons. We suppose that each neuron is like an agent and it can do Gibbs sampling of the posterior probability of stimulus features. The policy is optimized in a way that the cumulative global rewards are maximized. The algorithm for the second system is based on the same idea but we incorporate the physics model into the constraints. The simulation results show that for the first system our algorithm converges well. For the second system it does not converge well in a reasonable simulation time length. In summary, we took the initial endeavor to study the reinforcement learning for multi-agents system. The computational complexity is always an issue and significant amount of works have to be done in order to better understand the problem.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes