tensortrade.env.default.informers module

class tensortrade.env.default.informers.TensorTradeInformer[source]

Bases: tensortrade.env.generic.components.informer.Informer

info(env: tensortrade.env.generic.environment.TradingEnv) → dict[source]

Provides information at a given step of an episode.

Parameters:env ('TradingEnv') – The trading environment.
Returns:dict – A dictionary of information about the portfolio and net worth.