python - Gym Environment Creation -
i'm new openai , gym. i'm using ubuntu 14.04 , have dependencies installed me. i'm unable figure out sequence of execution of commands construction of 'new' gym environment.
please refer https://github.com/hackthemarket/gym-trading.
when i'm trying implement same on own, displays:
raise error.unregisteredenv('no registered env id: {}'.format(id)) gym.error.unregisteredenv: no registered env id: trading-v0
please explain me correct sequence of execution of files example.
Comments
Post a Comment