Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 952 Bytes

README.md

File metadata and controls

26 lines (17 loc) · 952 Bytes

AWAC

This directory contains examples to run the implementation of advantage weighted actor critic (AWAC, pronounced "awake"). The paper with more details is available here.

Usage Instructions

Running the dexterous manipulation experiments requires setting up the environments in this repository: https://github.com/aravindr93/hand_dapg. You can also use the follwing docker image, which has the required dependencies set up: anair17/railrl-hand-v3

For the mj_envs repository, please use: https://github.com/anair13/mj_envs

Data

Data can be downloaded from the following links:

MuJoCo benchmark tasks - https://drive.google.com/file/d/1edcuicVv2d-PqH1aZUVbO5CeRq3lqK89/view

Dexterous manipulation - https://drive.google.com/file/d/1SsVaQKZnY5UkuR78WrInp9XxTdKHbF0x/view

You will then have to update the paths in rlkit/launchers/experiments/awac/awac_rl.py