Skip to content

HarrisonBounds/go2RL

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

go2RL

Setting up the environment

  1. Create a workspace folder

  2. Clone this repository inside the workspace folder

  3. Create a virtual environment

python3 -m venv <name of virtual environment>
  1. Activate the virtual environment
source <name of virtual environment>/bin/activate
  1. Install necessary libraries
pip install -r requirements.txt
  1. Inside the workspace folder, clone the rsl_rl repository found here https://github.com/leggedrobotics/rsl_rl/tree/main

  2. Install the python package

cd rsl_rl && git checkout v1.0.2 && pip install -e .
pip install tensorboard
  1. Go back to the root of the workspace
cd ..
  1. Clone the genesis repository found here https://github.com/Genesis-Embodied-AI/Genesis/tree/main

  2. Navigate to this go2RL directory

cd go2RL/
  1. Run the training script
python go2_train.py
  1. Run the evaluation script
python go2_eval.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages