A R6Class to represent Discrete Action Agent or Armed Agent

AgentArmed

Format

R6Class object

Value

[AgentArmed].

Member Variables

interact

[Interaction]
Interaction object between Agent and Environment.

mem

[ReplayMem]
Replay memory for the Agent

brain

[Surrogate]
A Surrogate model to evaluate the current state.

model

[Surrogate]
A reference to the Surrogate model.

Methods

Inherited from Agent:

learn(iter)

[function]
Run iter number of Episodes

plotPerf()

[function]
plot performance