DeepLoco
DeepLoco copied to clipboard
1. Download the most recent compressed external file from the newest release. 2. Extract it and move into the DeepLoco directory. The top directory of the DeepLoco repository should now...
Dear developers, recently I've been trying to train some new models based on your DeepLoco proj. However there's no existing hlc model for reference, i.e. the way to name datasets...
Hi, @xbpeng @Neo-X , I met with a serious issue when I compiled the project on Windows: ** The code execution cannot proceed because openblas.dll was not found. Reinstalling the...
Hello, and thank you for creating this wonderful piece of software. I am very excited, an looking forward to playing with it. I followed your instructions and built DeepLoco for...
when do the command to compile "make config=debug64" there occur the error as below, how to fix the it? /usr/include/c++/5/backward/binders.h:108:11: note: declared here class binder1st ^ ../x64/Debug/libdeepLocoRender.a(TextureDesc.o): In function `cTextureDesc::cTextureDesc(std::__cxx11::basic_string...
When I execute the code in terminal as follow: `./DeepLoco_Optimizer -arg_file= args/opt_int_poli_hopper_eval.txt -policy_model= output/intermediate/trainer_int_model_0000160000.h5 To Train a controller ./DeepLoco_Optimizer -arg_file= args/opt_args_train.txt ./DeepLoco_Optimizer -arg_file= args/opt_args_train_hopper.txt To Optimize a controllers parameters ./DeepLoco_Optimizer...
We just complied it as the instruction on Ubuntu 16.04, and run it with argument ` -arg_file= args/train_llc_args.txt`. A NaN output will be got only after several iterations, as shown...
Thank you for your help in the previous issue. However I still get another error when run the command `make config=debug64` ``` ==== Building deepLocoUtil (debug64) ==== ==== Building deepLocoAnim...
Hey, I'm trying to understand your code, especially how and where you are interfacing with bullet and caffe. I'd be glad, if you could answer me some questions: Where do...