jianda-chen / RAP_distance

Other
4 stars 0 forks source link

Learning Representations via a Robust Behavioral Metric for Deep Reinforcement Learning

This repository contains the code for the paper "Learning Representations via a Robust Behavioral Metric for Deep Reinforcement Learning" (RAP). If use this code, please cite our paper:

@inproceedings{
chen2022learning,
title={Learning Representations via a Robust Behavioral Metric for Deep Reinforcement Learning},
author={Jianda Chen and Sinno Pan},
booktitle={Advances in Neural Information Processing Systems},
editor={Alice H. Oh and Alekh Agarwal and Danielle Belgrave and Kyunghyun Cho},
year={2022},
url={https://openreview.net/forum?id=7YXXt9lRls}
}

Clone This Repo

git clone --recurse-submodules https://github.com/jianda-chen/RAP_distance.git

Or

git clone https://github.com/jianda-chen/RAP_distance.git
cd RAP_distance
git submodule update --init --recursive

Dependencies

If you need to change the saving directory or run other tasks, please revise the file run_local.sh accordingly.

License

This work is under CC-BY-NC 4.0 license.