Returns the replay memory of the agent.
getReplayMemory(agent)
[Agent] An agent created by makeAgent.
A list containing the experienced observations, actions and rewards.