GGbond

Results 5 issues of GGbond

采用官方快速开始示例,将代码块 ``` experiment = make_experiment(train_data=train_data.copy(), task='forecast', timestamp='TimeStamp', covariables=['HourSin', 'WeekCos', 'CBWD']) model = experiment.run() ``` 修改为 ``` experiment = make_experiment(train_data=train_data.copy(), task='forecast', timestamp='TimeStamp', mode = 'dl', covariables=['HourSin', 'WeekCos', 'CBWD']) model = experiment.run()...

根据官方文档https://elegantrl.readthedocs.io/en/latest/index.html 使用pip3 install erl --upgrade下载的包版本是0.0.0,无任何内容