state: Creates a state representation for arbitrary objects

Description Usage Arguments Value

View source: R/state.R

Description

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

Usage

1
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.


ReinforcementLearning documentation built on March 26, 2020, 7:38 p.m.