Value table or Q table
Value tables and Q tables are one way to represent critic networks for reinforcement learning. Value tables store rewards for a finite set of observations. Q tables store rewards for corresponding finite observation-action pairs.
To create a value function representation using an rlTable
object, use an
rlValueRepresentation
or rlQValueRepresentation
object.
rlValueRepresentation | Value function critic representation for reinforcement learning agents |
rlQValueRepresentation | Q-Value function critic representation for reinforcement learning agents |