Table representing the action value function Q.
| n.states | [ |
|---|---|
| n.actions | [ |
| step.size | [ |
You can specify the shape of the value table. If omitted the agent will try
to configure these automatically from the environment during interaction
(therefore the environment needs to have a n.states and n.actions attribute).
makeValueFunction("table", n.states = NULL, n.actions = 1L, step.size = 0.1, initial.value = NULL)