Open main menu

Humanoid Robots Wiki β

K-Scale Manipulation Suite

Revision as of 20:43, 22 May 2024 by Vrtnis (talk | contribs) (Created page with "== Setup - Linux == '''Clone and install dependencies''' <pre> git clone https://github.com/kscalelabs/gym-kmanip.git && cd gym-kmanip conda create -y -n gym-kmanip python=3.1...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Setup - Linux

Clone and install dependencies

git clone https://github.com/kscalelabs/gym-kmanip.git && cd gym-kmanip
conda create -y -n gym-kmanip python=3.10 && conda activate gym-kmanip
pip install -e .

Run tests

pip install pytest
pytest tests/test_env.py