Learn R Programming

reinforcelearn (version 0.2.1)

getReplayMemory: Get replay memory.

Description

Returns the replay memory of the agent.

Usage

getReplayMemory(agent)

Arguments

agent

[Agent] An agent created by makeAgent.

Value

A list containing the experienced observations, actions and rewards.