nwcora

Results 10 comments of nwcora

![image](https://user-images.githubusercontent.com/27950883/47606858-90b54000-da4b-11e8-9ec0-8aa98c5bc1c0.png) I meet this problem also ,i want to know how to solve this problem .thank you

I've recompiled caffe,but there seems to be other problems in the source code.I find something wrong in the step() function when training .After sample initialization,the network doesnt update and the...

![image](https://user-images.githubusercontent.com/27950883/47926540-c0f15880-defb-11e8-99f6-90babb2ffe72.png) when the samples initialization finished ,it doesn't update the network.

![image](https://user-images.githubusercontent.com/27950883/47959075-29345d00-e016-11e8-920a-4081b47c3df7.png) yeah, I compiled using "make config=debug64 -j8",and i modified the parameters in the args file to be smaller to show its process.I find something wrong in AddData()this function.it did...

I remembered i met some problems when uncompressed the external files,but it always exists

Hello, i want to know when i run the ./TerrainRL_Optimizer -arg_file= args/dog_slopes_mixed_args.txt the terminal displays like this Action: 2 Val: (0.993) 0.989 0.961 0.993 so what does those parameters mean...

i have run the TerrainRL -dog_slopes_mixed.txt ,so there is not any training process? and it's just running a policy?where is the policy network?what‘s the difference between these two files?dog_slopes_mixed_args.txt dog_slopes_mixed.txt

Yeah,you are right,i thought the policy must be what you say,but i dont understand the policy file which is .h5 file ,what does those binaries mean? in my opinion,the policy...

I see ,but in the args/sim_dog_args.txt .there isn't any policy,it seems the control is just the default output action,right?In the dog_character file,there are three controllers:fast run,slow run and jump,i guess...

file:///home/wq/info/Screenshot%202018-11-23%2011:11:34.png I find the memory_data_layer in /DeepTerrainRL/external/caffe/src/caffe/layers,so what's your mean of copying to the library of caffe,where do i need to move?