Skip to content

Manaro-Alpha/DreamWaQ

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

DreamWaQ

Description

This repo contains implementation of the paper Learning Robust Quadrupedal Locomotion With Implicit Terrain Imagination via Deep Reinforcement Learning

Table of Contents

Installation

This repo requires the following packages:

To install Isaac Gym, go to the link and follow the instructions on the page.

  1. clone this repo

  cd rsl_rl-1.0.2
  pip install -e .
  cd ..
  cd legged_gym
  pip install -e .
  cd ..

Usage

To train your robot run

    python3 legged_gym/scripts/train.py --task=[robot name]  

To evaluate the trained policy run

    python3 legged_gym/scripts/play.py --task=[robot name]

Go1:

Go1

Configuration

Requires python 3.8 and numpy version<=1.24.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors