4.6.4. String/Text Processing Layers

class rlgraph.components.layers.strings.string_layer.StringLayer(**kwargs)[source]

Bases: rlgraph.components.layers.layer.Layer

A generic string processing layer object.

check_input_spaces(input_spaces, action_space=None)[source]

Do some sanity checking on the incoming Space: Must be string type.