Open main menu

Humanoid Robots Wiki β

Changes

K-Scale Manipulation Suite

302 bytes added, 22 May
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..."
== 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.10 && conda activate gym-kmanip
pip install -e .
</pre>
'''Run tests'''
<pre>
pip install pytest
pytest tests/test_env.py
</pre>