Preprocess a standard OpenAI gym environment for 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_name, state_dim ... `object data_type` convert state (sometimes floa
(self, env, if_print=True, data_type=np.float32)
source not stored for this graph (policy: none)
no test coverage detected