xbpeng / DeepTerrainRL

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

Training problem #33

Open yangjing142 opened 7 years ago

yangjing142 commented 7 years ago

When I run ./TerrainRL_Optimizer -arg_file= args/opt_args_train_mace.txt command, it shows : [libprotobuf ERROR google/protobuf/text_format.cc:274] Error parsing text-format caffe.NetParameter: 14:19: Message type "caffe.MemoryDataParameter" has no field named "label_size". F0522 8:48:02.638092 14423 upgrade_proto.cpp:88] Check failed: ReadProtoFromTextFile(param_file, param) Failed to parse NetParameter file: data/policies/dog/nets/dog_mace3_train.prototxt what the problem it may be ?

xbpeng commented 7 years ago

We've made some modification to caffe layers which are available in caffe_mods/ directory. You'll need to merge those changes with the files in caffe and rebuild caffe.pb.h