Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 637 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 637 Bytes

Jumping Quadrupeds

This is a collection of deep reinforcement methods built to solve partially-observable environments.

Installation

  • git clone [email protected]:mweiss17/jumping_quadrupeds.git
  • cd jumping_quadrupeds
  • pip install -e .

Usage

There are several methods implemented in the jumping_quadrupeds, including PPO, DRQ-v2, SPR, and an ETH world-model method. In order to use each, you need to specify the environment, the agent, and the training parameters.

python3 scripts/rl-tests/01-train.py experiments/ppo-car --inherit templates/base --macro templates/agents/ppo.yml --config.use_wandb True