EmptyJackson / policy-guided-diffusion

Official implementation of the RLC 2024 paper "Policy-Guided Diffusion"
MIT License
117 stars 7 forks source link

problem in buliding environment #1

Closed goldcook closed 5 months ago

goldcook commented 6 months ago

Sorry to bother you, I meet some problem in building docker image through docker/build.sh. Could I build environment by conda or pip? I can't build environment just through docker/requirements.txt.

EmptyJackson commented 6 months ago

Sorry to hear it - could you share the error message when you run the build script? Note that you have to run ./build.sh from within docker so it correctly locates the requirements file, i.e., cd docker && ./build.sh.

You can build the environment through conda/pip from requirements.txt, but there are a few extra steps to install mujoco, d4rl and gym. The dockerfile should give you a rough idea of how to install those!