Rozen Chen
Rozen Chen
# Problem describe Hello I have some problem which is ouccr in training section. I found that there is a certain chance that UR5 will get stuck after grabbing an...
Hello, I have question . If I want combine actor and critic neural, how could calculate them loss? nerual like this: ``` with tf.variable_scope('AC'): w_initializer = tf.random_normal_initializer(0.0, 0.01) l1 =...
Hello, I have problem in REPLDebugStopAtCurrentLine, I have already install ```ipdb```  System: MacOs - result of `:REPLDebugInfo` 
Hello, I have question. If I use n-step to updated episode-buffer which will work better? I thinks off-policy will work better than on-policy. sorry I haven't understand meta-learning, I just...
I have tried your code but I have problem in `while(!(I2C1->SR1 & (1
Hello, when I try to run ```GVGAI_GYM\testAgent.py``` got this error: ``` $ python testAgent.py [2019-05-18 17:33:31,369] Making new env: gvgai-testgame1-lvl0-v0 /home/islab/rozen_proj/mlsh/gym/gym/envs/registration.py:17: PkgResourcesDeprecationWarning: Parameters to load are deprecated. Call .resolve and...
Hi , I have two problem in ```test_catch.py``` and ```test_snake.py``` - python version : Anaconda3/python3.5 - platform : macOS - backend : Tensorflow In ```test_catch.py``` ```shell== Traceback (most recent call...