PRUDEX-Compass icon indicating copy to clipboard operation
PRUDEX-Compass copied to clipboard

How to generate results of other algorithms

Open DeepAnonymous opened this issue 3 years ago • 1 comments

Hi,

Thanks for sharing this great work. However, I don't know how to generate correct results of other algorithms like EIIE, IMIT, especially DeepTrader. I used TradeMaster repo, but it seems there were too many errors in the implementation letting the training unsuccessfully.

Also, how to run the inference/test with AlphaMix+, I only saw algorithm.train() but not test() or eval().

Any help regarding reproduce the results would be appreciate.

Thank you very much.

DeepAnonymous avatar Dec 06 '22 01:12 DeepAnonymous

Sorry for the late reply. You can try to use the current version of TradeMaster, which might can generate correct results. Please notice that you have to change the trainers' work_dir so that you can use it. We integrate the testing process in the function algorithm.train(). if you install correctly, you can reproduce the result. Please star and fork this repo and TradeMaster, your support is important to us.

qinmoelei avatar May 17 '23 06:05 qinmoelei