xbpeng / DeepMimic

Motion imitation with deep reinforcement learning.
https://xbpeng.github.io/projects/DeepMimic/index.html
MIT License
2.31k stars 488 forks source link

What's the use of DeepMimic.sln #69

Closed Zju-George closed 5 years ago

Zju-George commented 5 years ago

I know DeepMimicCore.sln is to build DeepMimicCore.py, but what is the use of DeepMimic.sln?

Also, do I have to set the path of OpenGL, GLEW, freeGlut when building DeepMimicCore.py?

Can Anybody help me, please, btw, I'm using windows10.

ZhengyiLuo commented 5 years ago

DeepMimicCore builds the core library, DeepMimic.sln builds the C++ environment that runs and renders, I think for debugging purpose. Yes, I think OpenGL, GLEW, freeGlut is necessary for python side, since you will need to render. If just training, then not.

Zju-George commented 5 years ago

@ZhengyiLuo thx, but could you please tell me where to define PYTHON_INCLUDE SWIG_DIR image is it in the system Path or in Visual studio?

Zju-George commented 5 years ago

@ZhengyiLuo 然后我感觉你是个中国人,我就中文再问一下。。这个东西是在visual studio 里定义,还是系统的环境变量里定义啊。。。

ZhengyiLuo commented 5 years ago

在VS里面点击properties里面有include path你可以修改。具体的我不太记得了,我现在在用ubuntu develop所以。。。。。

应该都可以。

From stackoverflow:

You can set Visual Studio's global include path here:

Tools / Options / Projects and Solutions / VC++ Directories / Include files