Closed arisliang closed 6 years ago
In the documentation (https://kismuz.github.io/btgym/intro.html#quickstart), Maximum environment flexibility section, MyCerebro.addstrategy(BTgymStrategy,....
MyCerebro.addstrategy(BTgymStrategy,...
However, BTgymStrategy is not defined here. Do we need to define it first?
@arisliang, it is typo, should actually read MyCerebro.addstrategy(BTgymBaseStrategy which has been imported, thanks for mentioning;
MyCerebro.addstrategy(BTgymBaseStrategy
Excellent, thanks for clarifying.
In the documentation (https://kismuz.github.io/btgym/intro.html#quickstart), Maximum environment flexibility section,
MyCerebro.addstrategy(BTgymStrategy,...
.However, BTgymStrategy is not defined here. Do we need to define it first?