* Made tests working again.
* Migrated all components to `SchemeMixing`, reducing arguments needed for methods. Every component can now access `TradingEnv` directly.
* The state (the actual data) is now handled by the environment itself. It can be accessed over `FeedController`.
* Updated some of the tutorials.
**Full Changelog**: https://github.com/erhardtconsulting/tensortrade-ng/compare/v2.0.0.alpha0...v2.0.0.alpha1