TraderNet-CRv2
TraderNet-CRv2 copied to clipboard
critical file not exist
Hi, Vasileios, firstly thanks a lot for sharing this repo.
When I'm trying to run your code, there is a critical file database.datasets.targets missing as below:
from database.datasets.targets.market_limit_orders_builder import MarketLimitOrdersBuilder
Would you please check this file, and upload it, thanks again!
Hello, thanks for letting us know. Can you tell me which file shows this error?
The file database/datasets/targets/market_limit_orders_builder.py (which contains the classMarketLimitOrdersBuilder) doesn't exist, and thus I can't run the whole project
I found the problem in the file validate_environment.py, which needs to import the classMarketLimitOrdersBuilder in line 5
And another problem is in line 36 of file validate_environment.py:
train_reward_fn = RewardFunction(targets=y_train, fees_percentage=fees_percentage)
the args targets=y_train, fees_percentage=fees_percentage don't match the RewardFunction
It looks like you are right. TraderNet-CRv2 is no longer maintained. However, TraderNet-CRv3 will be released today. I will update the entire repository today. Check later
It looks like you are right. TraderNet-CRv2 is no longer maintained. However, TraderNet-CRv3 will be released today. I will update the entire repository today. Check later
Really?I'm excited to see that update, and do you mean today or this month or this year?
This week. I will post the repository url of the new TraderNet to README and on this issue as well.
@kochlisGit Hello Vasileios, I just wanted to say thanks for sharing this framework, I'm excited to test it in live simulation. I was just wondering, you mentioned TraderNet-CRv3 was to be released, where can I access this repository?
Best regards,
Ryan