xbpeng / DeepTerrainRL

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

Makefile missing? #1

Closed Norgg closed 8 years ago

Norgg commented 8 years ago

I'm not sure if it's intentional or not, but /Makefile is in .gitignore and I don't see any other means to build it except a visual studio project, which is strange since there's only Linux instructions in the readme.

Is a Makefile intended to be distributed with this?

xbpeng commented 8 years ago

The makefile was being generated by premake, but we don't have that setup yet for this version of the code. It's on our todo list, and will let you know when that is ready.

Norgg commented 8 years ago

Great, thanks! Really cool work by the way.

zdx3578 commented 8 years ago

To simulate a controller/character ./TerrainRL -arg_file= args/sim_dog_args.txt To simulate a controller/character with a specific policy ./TerrainRL_Optimizer -arg_file=

TerrainRL TerrainRL_Optimizer also in .gitignore ; later this two file will can be build?

xbpeng commented 8 years ago

yes, TerrainRL and TerrainRL_Optimizer are built by separate projects. We are still working to get a new makefile setup. But in the meantime, the visual studio projects should work.

zdx3578 commented 8 years ago

Great work!

Neo-X commented 8 years ago

Hello,

I have pushed the premake file I used to build the project. Everything seems to build fine. I attach my external folder (contains most third party libraries) to a release that was just published. You will need that to compile the code on Linux.