gym-anytrading
gym-anytrading copied to clipboard
The most simple, flexible, and comprehensive OpenAI Gym trading environment (Approved by OpenAI Gym)
The PPO documentation says that the data should be serialized to train the algo. Is the data serialized somewhere in the environment or should I do it myself? Then another...
Hi, I have a doubt about the reward function. If in a specific state I get the action to close a LONG position, why do I calculate the reward starting...
While executing the code env = gym.make('forex-v0', df=tcs_data, frame_bound=(5, 250), window_size=5) I am getting the following error NameNotFound: Environment forex doesn't exist.