Yanan Liu

Results 5 comments of Yanan Liu

> @weixiang-smart @jianingq , I modify `action = act_result.action to action = act_result.action.cpu().numpy()` but still encounter "RuntimeError: Attempted to send CUDA tensor received from another process; this is not currently...

> same errors here when trying to run ARM with a different task........

Hi Yunlong, thanks for your timely reply and I managed to solve this issue with your reminding. however, at the last step to run your simulator with '[Basic Usage with...

Hi Yunlong, I repeated this several times. it seems like the UI pops out and then disappear within several seconds after double-clicking. and after running "python3 run_drone_control.py --train 0 --render...

Hi, according to the [BinaryConnect paper](https://papers.nips.cc/paper/5647-binaryconnect-training-deep-neural-networks-with-binary-weights-during-propagations.pdf), after training, the distribution of weight should be around -1 and 1 ( ![image](https://user-images.githubusercontent.com/35995716/83551840-cf04c200-a500-11ea-9af2-5b1068532f13.png) ). I tried to use your implementation of BinaryConnect on...