tensortrade.env.informers.simple_informer module

class tensortrade.env.informers.simple_informer.SimpleInformer(*args, **kwargs)[source]

Bases: AbstractInformer

info() Dict[str, Any][source]

Provides information (the info dict) at a given step of an episode.

Returns:

A dictionary of information about the portfolio and net worth.

Return type:

Dict[str, Any]

registered_name = 'simple_informer'