https://github.com/paulhendricks/bayesian-deep-reinforcement-learning
https://github.com/paulhendricks/bayesian-deep-reinforcement-learning
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/paulhendricks/bayesian-deep-reinforcement-learning
- Owner: paulhendricks
- Created: 2016-08-02T16:30:10.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-08-02T16:49:36.000Z (over 9 years ago)
- Last Synced: 2025-02-13T10:16:45.504Z (10 months ago)
- Size: 1000 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
*