xbpeng / DeepTerrainRL

terrain-adaptive locomotion skills using deep reinforcement learning
GNU Lesser General Public License v3.0
432 stars 129 forks source link

I want to know if anybody ever run the training code successfully?? #45

Open nwcora opened 5 years ago

nwcora commented 5 years ago

I first met some problems when unpressed the external file.i ignored this. finally when i compiled the whole project,i just cant run the training process ,it can initialized and i saw the stage turned to training,but then it stops like this. image i find some problems in learning/NeuralNet.cpp file image I rewrite the adddata func ,just print something, it output nothing,i dont know what happened , it didnt run the function or there might be some other functions?but i find nothing, just one adddata func in the whole file . so if anybody ever run the training file successfully ,i want to ask for some help.

Neo-X commented 5 years ago

I am sure people have. I have. I think you need to copy the caffe_mods file into your external library for caffe.

nwcora commented 5 years ago

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?