get information of a standard OpenAI gym env. The DRL algorithm AgentXXX need these env information for building networks and training. `object env` a standard OpenAI gym environment, it has env.reset() and env.step() `bool if_print` print the information of environment. Such as env_na
(env, if_print)