create specifications object for a numeric action or observation channel -pg电子麻将胡了
create specifications object for a numeric action or observation channel
since r2019a
description
an rlnumericspec object contains specifications for a channel
that carries an action or observation belonging to a continuous (infinite) set.
creation
description
creates a data specification object for a continuous action or observation channel and
sets the dimension
property.spec = rlnumericspec(dimension)
creates the specification object spec = rlnumericspec(dimension,name=value)spec and sets its properties using one or more
name-value arguments.
properties
object functions
rlsimulinkenv | create environment object from a simulink model already containing agent and environment |
rlfunctionenv | create custom reinforcement learning environment using your reset and step functions |
| value function approximator object for reinforcement learning agents | |
rlqvaluefunction | q-value function approximator object for reinforcement learning agents |
| vector q-value function approximator for reinforcement learning agents | |
rlcontinuousdeterministicactor | deterministic actor with a continuous action space for reinforcement learning agents |
| stochastic categorical actor with a discrete action space for reinforcement learning agents | |
| stochastic gaussian actor with a continuous action space for reinforcement learning agents |
examples
version history
introduced in r2019a
see also
functions
objects
rlfinitesetspec|rlfunctionenv|rlsimulinkenv| |rlqvaluefunction| |rlcontinuousdeterministicactor| |