Boreas813
Boreas813
add get_forex_data, this method added some parameters not in stock model, details are in the comments of the method and readme
I ran the code of this article: https://github.com/AI4Finance-Foundation/FinRL-Tutorials/blob/master/1-Introduction/Stock_NeurIPS2018_SB3.ipynb I trained all algorithm in 3571 seconds using the CPU(intel-9900k) Then I reinstalled pytorch with cuda11.8 and started training with cuda device...
https://github.com/AI4Finance-Foundation/FinRL-Tutorials/blob/master/2-Advance/FinRL_Ensemble_StockTrading_ICAIF_2020.ipynb In this tutorial, part 7  you define a DataFrame called df_account_value and call append method ? df don't have append method at all.
https://finrl.readthedocs.io/en/latest/tutorial/2-Advance.html  In this page, this link jump to github 404
 MergeError: Passing 'suffixes' which cause duplicate columns {'account_value_x'} is not allowed. please change to this code: result = pd.merge(df_result_a2c, df_result_ddpg, left_index=True, right_index=True) result = pd.merge(result, df_result_td3, left_index=True, right_index=True) result...
Does the current version support this feature?