Persistence

What is persistence?

Persistence refers to the ability to maintain state indefinitely. This means that your agent can be frozen entirely (actions, attributes, memory, all of it) and it can be loaded whenever and whereever you want.

There are two parts to persistence, saving and loading.

Enabling AutoLoad

By default persistence is turned on for agents.

Last updated