xbpeng / DeepTerrainRL

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

how can i solve compile error? #5

Closed dreamexe closed 8 years ago

dreamexe commented 8 years ago

1>learning\NeuralNet.cpp(484): error C2039: 'AddData' : is not a member of 'caffe::MemoryDataLayercNeuralNet::tNNData' 1>learning\NeuralNet.cpp(1126): error C2039: 'AddData' : is not a member of 'caffe::MemoryDataLayercNeuralNet::tNNData'

build on vs2013 . win10 can you help me?

xbpeng commented 8 years ago

We've made some changes to caffe. You can find the modified files in caffe_mods/. Merge the changes in those files with the original ones in caffe, then rebuild caffe.pb.cc and caffe.pb.h. That should fix those errors.

dreamexe commented 8 years ago

thanks :)