Closed Bigous closed 3 years ago
this project is obsolete. I recommend you another my project https://github.com/breadbread1984/Quantitative-Trading-Demo/tree/master/vnpy/ppo . this project adopts tf agent to do quantitative trade with vnpy.
Ok, tks
ok, I saw your project, but you are using another services and frameworks over there, and I'd like to learn tf-agents. So, it's too much to put a lot of new things together. tks anyway... I really wanna make this one works with simple and effective CSV file from metatrader without lots of other stuffs.
Hi, I'm learning tf and tf-agents and saw you creating a custom environment for futures with data from metatrader. It's really awesome.
I'm trying to run it on my machine but I'm getting the following:
Basically it's saying that
JointDistributuinSequence
is not iterable. Can you give me some hint on what can I do to fix it? or the versions of TensorFlow and tf-agents that you are using?tks in advance.