This repository contains the theano code to replicate experiments in our AISTATS paper.
@inproceedings{Zhang2018S2VGD},
title={Learning Structural Weight Uncertainty for Sequential Decision-Making},
author={Zhang, Ruiyi and Li, Chunyuan and Chen, changyou and Carin, Lawrence},
booktitle={AISTATS},
year={2018}
}
This repo is maintained by Ruiyi Zhang(https://users.cs.duke.edu/~ryzhang/). Please contact ryzhang@cs.duke.edu for any relevant issues.
The code is implemented with the following dependencies:
- Python 2.7
- Teano 0.9.0
- rllab
- Additional python packages can be installed by running:
pip install -r requirements.txt