state {ReinforcementLearning}R Documentation

Creates a state representation for arbitrary objects

Description

Converts object of any class to a reinforcement learning state of type character.

Usage

state(x, ...)

Arguments

x

An object of any class.

...

Additional parameters passed to function.

Value

Character value defining the state representation of the given object.


[Package ReinforcementLearning version 1.0.5 Index]