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

Popular posts from this blog

android - ConstraintLayout: Realign baseline constraint in case if dependent view visibility was set to GONE -

Retrieving ETA (estimated time of arrival) with Google Distance Matrix API and public transit as transport mode -

How to put a lock and transaction on table using spring 4 or above using jdbcTemplate and annotations like @Transactional? -