Gaoyang Tang

Results 6 comments of Gaoyang Tang

@hunsteve Thank you very much, you really help me a lot~

@sampepose I used it to train other network framework. In the back-propagation, calculating gradient of the warp appeared this fault.

Please tell me where is nvcc_compile.sh and g++_complie.sh, I can't find them.

@hubertlee915 @cotrane @Zardinality @skyoung Please tell me where is nvcc_compile.sh and g++_complie.sh, I can't find them. Thank you very much!

@spiglerg I through the following steps to solve the issue: change self.monitor = self.env.monitor to: self.monitor = Monitor(self.env,"./test/",force=True) ,and also add title including module: from gym.wrappers.monitoring import Monitor In gym_dqn_atari.py...

@spiglerg How can the program restore the Q-learning weight by continuing train the program, whether the program can do this?