Available UW Environments#

The following lists comprises of all the RL tasks implementations that are available in UW Lab. While we try to keep this list up-to-date, you can always get the latest list of environments by running the following command:

python scripts/environments/list_envs.py
python scripts\environments\list_envs.py

Single-agent#

Manipulation#

Environments based on fixed-arm manipulation tasks.

World

Environment ID

Description

track-goal-ur5

UW-Track-Goal-Ur5-v0

Goal tracking with Ur5 robot with Robotiq gripper

track-goal-tycho

UW-Track-Goal-Tycho-v0

Goal tracking with Tycho robot

track-goal-xarm-leap

UW-Track-Goal-Xarm-Leap-v0

Goal tracking with Xarm with Leap Hand robot

ext-nut-thread-franka

UW-Nut-Thread-Franka-v0

Threading nut on to bolt on nist board

ext-gear-mesh-franka

UW-Gear-Mesh-Franka-v0

Inserting gear on to gear base on nist board

ext-peg-insert-franka

UW-Peg-Insert-Franka-v0

Inserting peg rod into hole on nist board

Locomotion#

Environments based on legged locomotion tasks.

World

Environment ID

Description

position-gap-spot

UW-Position-Gap-Spot-v0

Track a position command on gap terrain with the Spot robot

position-pit-spot

UW-Position-Pit-Spot-v0

Track a position command on pit terrain with the Spot robot

position-stepping-stone-spot

UW-Position-Stepping-Stone-Spot-v0

Track a position command on stepping stone terrain with the Spot robot

position-inv-slope-spot

UW-Position-Inv-Slope-Spot-v0

Track a position command on inverse slope terrain with the Spot robot

position-obstacle-spot

UW-Position-Obstacle-Spot-v0

Track a position command on obstacle terrain with the Spot robot




Comprehensive List of Environments#

Task Name

Inference Task Name

Workflow

RL Library

UW-Track-Goal-Ur5-v0

Manager Based

rsl_rl (PPO)

UW-Track-Goal-Tycho-v0

Manager Based

rsl_rl (PPO)

UW-Track-Goal-Xarm-Leap-v0

Manager Based

rsl_rl (PPO)

UW-Nut-Thread-Franka-v0

Manager Based

rsl_rl (PPO)

UW-Gear-Mesh-Franka-v0

Manager Based

rsl_rl (PPO)

UW-Peg-Insert-Franka-v0

Manager Based

rsl_rl (PPO)

UW-Position-Gap-Spot-v0

Manager Based

rsl_rl (PPO)

UW-Position-Pit-Spot-v0

Manager Based

rsl_rl (PPO)

UW-Position-Stepping-Stone-Spot-v0

Manager Based

rsl_rl (PPO)

UW-Position-Obstacle-Spot-v0

Manager Based

rsl_rl (PPO)

UW-Position-Inv-Slope-Spot-v0

Manager Based

rsl_rl (PPO)