-
Create a workspace folder
-
Clone this repository inside the workspace folder
-
Create a virtual environment
python3 -m venv <name of virtual environment>
- Activate the virtual environment
source <name of virtual environment>/bin/activate
- Install necessary libraries
pip install -r requirements.txt
-
Inside the workspace folder, clone the rsl_rl repository found here https://github.com/leggedrobotics/rsl_rl/tree/main
-
Install the python package
cd rsl_rl && git checkout v1.0.2 && pip install -e .
pip install tensorboard
- Go back to the root of the workspace
cd ..
-
Clone the genesis repository found here https://github.com/Genesis-Embodied-AI/Genesis/tree/main
-
Navigate to this go2RL directory
cd go2RL/
- Run the training script
python go2_train.py
- Run the evaluation script
python go2_eval.py