memory (robotics)

Terms from Artificial Intelligence: humans at the heart of algorithms

The glossary is being gradually proof checked, but currently has many typos and misspellings.

The AI in a robot needs to use memory like any other system. However, robots have special needs in terms of keeping a model of the location of themselves and other things in their environment. The most common forms of this are historical representation, which keeps track of what has been seen and done, and current state representation, which maintains a best estimate of the current state of the world.

Used in Chap. 15: page 228

Also known as robot memory