pub type SymbolList = Vec<Symbol>;
A list of symbols, used to represent encoded observations, rewards, or actions.
pub struct SymbolList { /* private fields */ }