Market-Bot-6 is a Reinforcement Learning Agent that learn to trade on time series data and we apply it in finance data.
In main we initialize the environment and train the agent then test it.
Environment include the main component that the agent need to train (state, action, reward, step, reset).
In Data we extract the necessary data for building the Environment.