This repository contains the official implementation for IRDEC introduced in the following paper:
Learning to Solve Tasks with Exploring Prior Behaviours
Ruiqi Zhu, Siyuan Li, Tianhong Dai, Chongjie Zhang, Oya Celiktutan
- Python 3.7
- Other required python packages are specified by
requirements.txt
.
- Install Mujoco and other required packages.
- Register Wandb account.
- Clone this repository.
if meet RuntimeError: CUDA error: CUBLAS_STATUS_EXECUTION_FAILED
, which is caused due to the cuda toolkit.
pip3 install torch==1.11.0+cu113 -f https://download.pytorch.org/whl/cu113/torch_stable.html
chmod +x ant_umaze_train.sh
./ant_umaze_train.sh
chmod +x ant_four_room_train.sh
./ant_four_room_train.sh
If you find this code useful in your research, please consider citing:
@article{zhu2023learning,
title={Learning to Solve Tasks with Exploring Prior Behaviours},
author={Zhu, Ruiqi and Li, Siyuan and Dai, Tianhong and Zhang, Chongjie and Celiktutan, Oya},
journal={arXiv preprint arXiv:2307.02889},
year={2023}
}