Ms. Pac-man for Autonomous Networks?
Published December 07, 2021
What do Ms. Pac-Man and Autonomous Networks have in common? Admittedly, not very much at a glance. But they do have something in common. Both require autonomous agents to work, and these agents must balance conflicting priorities.
Ms. Pac-Man
- Eat ghosts when energized
- Eat bonus fruits
- Clear the maze
The approach I found that worked best was to have each Voice give its opinion about all available moves, not just the preferred moves. This, combined with weights, enables each Voice to contribute to each decision made, becoming a true Ensemble decision system.
But what about Autonomous Networks?
When we say “Autonomous Networks” we are talking about handing over control of networks to autonomous agents. Just like playing Ms. Pac-Man, running a network requires the balancing of multiple features, such as cost, bandwidth, latency, and reliability. In other words, it’s complicated.
One approach is to use an Ensemble system, which allows us to strip away layers of complexity and deal with features individually, using weights to manipulate balance and achieve the desired behavior. The weights can also be continuously evolving to ensure that the agent is behaving optimally, for a given measure of optimality.
Voices can be added or removed at any time. Furthermore, weight sets and contingency plans can be made to instantly switch to a known good configuration if something catastrophic happens, such as a major outage. All this can be done automatically at runtime, without the need for recompilation or even restarting.
This isn’t just cool: it’s necessary!
In summary
Ensemble systems can be used for more than just playing Ms. Pac-Man. The individual voices may be tailored to a specific task, but the approach has general applicability. Moreover, Ensemble systems can be found at the core of many general AI agents. Any problem that can be partitioned into sub-problems, or where the problem is highly dynamic, is a candidate for an Ensemble solution.
About the author
Philip Rodgers attained a PhD in Artificial Intelligence from the University of Strathclyde. His research is on agent-based AI and Machine Learning. He is a father of two, so has no time to play video games and must write AI to play them for him.
Still interested?
If you want to know more about how an Ensemble system plays Ms. Pac-Man, the full paper can be found here. A video of the agent in action can be found here.
Up next
December 06, 2021
December 07, 2021
December 13, 2021
January 17, 2022