stevexxs

Results 4 issues of stevexxs

开一个线程A调用subscribe监听事件,并用get_message获取消息。 再开另外一个线程B来unsubscribe这个监听。unsubscribe函数会无法返回,且线程B一直无法join退出。

I know that data function is a must, but how can I return global variable inside data function ? like, X_train, y_train = .. X_test, y_test = ... def data():...

in main.cpp::run() > if (n_eval_episodes == -1) n_eval_episodes = file_samples.size(); int pivot = file_samples.size() - n_eval_episodes; train_set.resize(pivot); here, if n_eval_episodes is not defined in config, pivot will be 0, than...

DRL_Torch.py should be the implementation for this paper - Deep Direct Reinforcement Learning for Financial Signal Representation and Trading but according to this paper, there should be a fuzz transformation...