AminHP/gym-anytrading

How to create environment that uses multiple different episodes with 200 time steps each

R470R opened this issue · 9 comments

R470R commented

Hello, I want to make a RL for forex, in wich the environment is feeded with multiple episodes of 200 time steps each.

How can I do it?

R470R commented

@kmafutah same symbol, is like each episode is 1 signal

R470R commented

What do you mean @kmafutah , feed the environment with binary data?

R470R commented

Ok @kmafutah , but i don't understand how should I tell the environment that each episode has it's own points and the learning should be transfered (I will use DQN), but I think there's must be a simple solution

R470R commented

You are telling to pickle each episode?

R470R commented

Ok already understood, tomorrow I tell how it had gone

R470R commented

It works well, but I'm going deeper, I will create a custom env myself