rlLSPIAgentOptions
Description
Use an rlLSPIAgentOptions
object to specify options when creating
an LSPI agent. To create an LSPI agent, use rlLSPIAgent
.
For more information on Q-learning agents, see Q-Learning Agent.
For more information on the different types of reinforcement learning agents, see Reinforcement Learning Agents.
Creation
Description
creates an
opt
= rlLSPIAgentOptionsrlLSPIAgentOptions
object with default settings for use as an argument
when creating an LSPI agent. You can modify the object properties using dot
notation.
creates the options object opt
= rlLSPIAgentOptions(Name=Value
)opt
and sets its Properties using one or more
name-value arguments. For example,
rlLSPIAgentOptions(DiscountFactor=0.95)
creates an option set with a
discount factor of 0.95
. You can specify multiple name-value
arguments.
Properties
Object Functions
rlLSPIAgent | Least square policy iteration reinforcement learning agent |
Examples
Version History
Introduced in R2025a