/RCareWorld

RCareWorld simulation environment for caregiving robots

Primary LanguagePythonApache License 2.0Apache-2.0

alt text

Here is the code for RCareWorld V1.5.0 🦾

Install

The installation is as easy as

  • Create a conda env: conda create -n rcareworld python=3.10
  • Activate the conda environment: conda activate rcareworld
  • Navigate to pyrcareworld folder: cd pyrcareworld
  • Install the requirements: pip install -r requirements.txt
  • Install pyrcareworld module: pip install -e .

Useful links

Please refer to the phy-robo-care branch if you are participating in the PhyRC Challenge.