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

'hasOwnProperty' in javascript -

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

How to understand 2 main() functions after using uftrace to profile the C++ program? -