Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 876 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 876 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

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