autonlab.org
WARNING: you are not looking at the live version but at an older version.

Distributed Value Functions (1999)

Jeff Schneider Weng-Keen Wong Andrew Moore Martin Riedmiller

Tags

Markov Decision Processes, Optimization, Reinforcement Learning

Abstract

Many interesting problems, such as power grids, network switches, and traffic flow, that are candidates for solving with reinforcement learning (RL), also have properties that make distributed solutions desirable. We propose an algorithm for distributed reinforcement learning based on distributing the representation of the value function across nodes. Each node in the system only has the ability to sense state locally, choose actions locally, and receive reward locally (the goal of the system is to maximize the sum of the rewards over all nodes and over all time). However each node is allowed to give its neighbors the current estimate of its value function for the states it passes through. We present a value function learning rule, using that information, that allows each node to learn a value function that is an estimate of a weighted sum of future rewards for all the nodes in the network. With this representation, each node can choose actions to improve the performance of the overall system. We demonstrate our algorithm on the distributed control of a simulated power grid. We compare it against other methods including: use of a global reward signal, nodes that act locally with no communication, and nodes that share rewards (but not value function) information with each other. Our results show that the distributed value function algorithm outperforms the others, and we conclude with an analysis of what problems are best suited for distributed value functions and the new research directions opened up by this work.

Full text

Download (application/pdf, 175.6 kB)

Approximate BibTeX Entry

@inproceedings{schneider-distributed,
    Year = {1999},
    Pages = {371-378},
    Publisher = {Morgan Kaufmann, San Francisco, CA},
    Booktitle = {Proceedings of the 16th International Conference on Machine Learning},
    Author = {Jeff Schneider Weng-Keen Wong Andrew Moore Martin Riedmiller},
    Title = {Distributed Value Functions}
}

Copyright 2008, Carnegie Mellon University, Auton Lab. All Rights Reserved.