LotuSrc

Results 8 comments of LotuSrc

> 这个问题解决了吗,我docker部署也是报这个问题 ![image](https://user-images.githubusercontent.com/24475165/195789183-85144671-169a-4893-a92b-076eb45c82a6.png)

@sboal94 Do you install elegantrl with -e flag? traj_list1[0] is a map style. It seems that the modification doesn't work.

感觉作者的逻辑应该没有问题吧,给当天的state,然后在收盘的时候进行交易,可以这么理解,相当于intraday,为什么非要根据今天的高低开收去预测明天的收盘进行交易呢,在实际中你也不会这么交易吧。

I find out that this problem will occur when K = 0. When K = 1, the curve looks better.

In v0.3.0 implement new quant strategy modules for crypto markets (both backtesting and trading), will this version supports portfolio strategy?

baichuan没有经过instruction tuning,和vicuna和rwkv是可以比较的吗?

看起来是sentencepiece训练的时候禁用了pad_id(-1),所以把unk_id(0)作为了tokenizer的pad_id,很奇怪的操作