Returns the replay memory of the agent.

getReplayMemory(agent)

Arguments

agent

[Agent] An agent created by makeAgent.

Value

A list containing the experienced observations, actions and rewards.