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.
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.