AminHP / gym-anytrading

The most simple, flexible, and comprehensive OpenAI Gym trading environment (Approved by OpenAI Gym)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

R470R opened this issue · comments

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?

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

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

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

You are telling to pickle each episode?

Ok already understood, tomorrow I tell how it had gone

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