Hitesh Vaidya
Hitesh Vaidya
Hi, I am getting following error on line 25, `NameError: name 'c_' is not defined` I didn't understand what are you trying to do in this line.
This error is while running MagnitudeBased.py (https://github.com/shekkizh/TensorflowProjects/blob/master/Model_Pruning/MagnitudeBased.py) Following is the screenshot of the error:  The syntax tf.histogram_summary is used in TensorflowUtils.py which is a dependency for MagnitudeBased.py I tried...
I tried to modify this code for implementing coasterRacer game from openAI's universe. Following is the code, import gym import numpy as np import universe def run_episode(env, parameters): observation =...