Skip to content

lpapenme/BenchSuite

Repository files navigation

Installation

Install from project root directory.

  • Install Poetry if not already done:
curl -sSL https://install.python-poetry.org | python3 -
  • Export necessary environment variables. You only need to do this for the current shell session.
export LD_LIBRARY_PATH=${PWD}/data/mujoco210/bin:/usr/lib/nvidia
export MUJOCO_PY_MUJOCO_PATH=${PWD}/data/mujoco210
  • Install
poetry install

Usage

poetry run python3 main.py --name swimmer -x 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0

Troubleshooting

You might have to install swig, glew, and/or patchelf:

sudo apt install swig libglew-dev patchelf

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published