Learning simple tasks with Kinova Gen3 robot
mkdir -p ~/kinova_learning && cd ~/kinova_learning
git clone --recurse-submodules -j8 [email protected]:Learning-in-robotics/kinova_learning.git .
- Create a virual environment with python >=3.10
cd ~/kinova_learning
conda create -n venv_name -f environment.yml
cd ~/kinova_learning
(venv) pip install -e . --use-pep517
--use-pep517
is used to inlucde all the data files in the package in editable install.
cd ~/kinova_learning
(venv) python3 kinova_gym/kinova_gym/utils/robosuite_test.py