Link Search Menu Expand Document

Locomotion

The robot traverses different types of terrain including steps going up and down, bumpy terrain, terrain with obstacles, terrain with gaps and holes, and more.


Page Outline

  1. UpStepper-v0
  2. DownStepper-v0
  3. ObstacleTraverser-v0
  4. ObstacleTraverser-v1
  5. Hurdler-v0
  6. PlatformJumper-v0
  7. GapJumper-v0
  8. Traverser-v0
  9. CaveCrawler-v0

UpStepper-v0

The robot climbs up stairs of varying lengths. This task is medium.

upstepperv0

DownStepper-v0

The robot climbs down stairs of varying lengths. This task is easy.

downstepperv0

ObstacleTraverser-v0

The robot walks across terrain that gets increasingly more bumpy. This task is medium.

obstacletraverserv0

ObstacleTraverser-v1

The robot walks through very bumpy terrain. This task is hard.

obstacletraverserv1

Hurdler-v0

The robot walks across terrain with tall obstacles. This task is hard.

hurdlerv0

PlatformJumper-v0

The robot traverses a series of floating platforms at different heights. This task is hard.

platformjumperv0

GapJumper-v0

The robot traverses a series of spaced-out floating platforms all at the same height. This task is hard.

gapjumperv0

Traverser-v0

The robot traverses a pit of rigid blocks to get to the other side without sinking into the pit. This task is hard.

traverserv0

CaveCrawler-v0

The robot squeezes its way through caves and low-hanging obstacles. This task is medium.

traverserv0