All Lessons

What is shared memory in multi-agent systems?

1 / 2
expert 25 min

Shared Memory

Loading lesson content...

Two agents both read from and write to the same shared memory entry. Agent A reads a value, Agent B overwrites it, then Agent A writes based on its stale read. What's the issue?

1 / 2

Shared memory grows unboundedly as agents keep adding data. Eventually it degrades performance. What architecture prevents this?

1 / 1