Packet Routing Using Reinforcement Learning -
Theory and Simulation
This site contains a theoratical paper
which present using reinforment learning as a method of routing packets
in computer networks.
A running simulation of packet routing using reinforcement learning
could be run on the 'nova' server from ~shlomy/learning/project/ by
typing : "java learnnet.Network" and filling in the parameters.
The simulation enables comparison between different algorithms in different input patterns and network loads. The results are discussed in the paper.
Packet Routing Using Reinforcement Learning - The paper