An open API service indexing awesome lists of open source software.

https://github.com/paulhendricks/bayesian-deep-reinforcement-learning


https://github.com/paulhendricks/bayesian-deep-reinforcement-learning

Last synced: 9 months ago
JSON representation

Awesome Lists containing this project

README

          

# Bayesian Deep Reinforcement Learning

## Setup

To create a Conda environment, please enter the following into a shell:

```shell
conda create --name bdrl python=3.5 --file requirements.txt
```

To activate the newly created Conda environment, please enter the following into a shell:

```shell
source activate bdrl
```

## Resources

*