Skip to content

Alpha Release v.0.1.0

Compare
Choose a tag to compare
@notadamking notadamking released this 06 Jul 04:07
· 105 commits to master since this release

Changelog

  • BitcoinTradingEnv -> TradingEnv and BitcoinTradingGraph -> TradingChart
  • Remove add_indicators from TradingEnv
  • Remove SARIMAX prediction from TradingEnv
  • Add multi-processing capabilities across all RLTrader methods
  • Create an abstract BaseDataLoader for inputting multiple data sources (.csv, exchange API, in-memory, etc.)
  • Implement StaticDataLoader for in-memory and .csv file formats
  • Implement ExchangeDataLoader for loading from exchange REST API using ccxt