Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 450 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 450 Bytes

RLtalk

Talk on Reinforcement Learning and Multi-Armed Bandits for the Data Incubator

Installation Using Anaconda

Create environment

conda env create -f environment.yml

Activate environment

source activate RLtalk

Set up Twitter API credentials

In order to run the streaming Twitter examples, you will need a set of developer keys stored in a file called keys.txt. Go here to get your own credentials.