hackthemarket / gym-trading

Environment for reinforcement-learning algorithmic trading models
MIT License
699 stars 214 forks source link

No registered env with id: trading-v0 #9

Closed AchillesRevng closed 5 years ago

AchillesRevng commented 5 years ago

Traceback (most recent call last): File "/home/binu/.local/lib/python3.6/site-packages/gym/envs/registration.py", line 143, in spec return self.env_specs[id] KeyError: 'trading-v0'

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "trade.py", line 3, in env = gym.make('trading-v0') File "/home/binu/.local/lib/python3.6/site-packages/gym/envs/registration.py", line 167, in make return registry.make(id) File "/home/binu/.local/lib/python3.6/site-packages/gym/envs/registration.py", line 118, in make spec = self.spec(id) File "/home/binu/.local/lib/python3.6/site-packages/gym/envs/registration.py", line 153, in spec raise error.UnregisteredEnv('No registered env with id: {}'.format(id)) gym.error.UnregisteredEnv: No registered env with id: trading-v0

i have done pip3 install -e . to install the dependencies but i cannot run the agent . please need help..