Skip to content

Commit f603fe3

Browse files
authored
Reinforcement Learning Notebook (pymc-devs#410)
* initial version (wip) * fix date and minor corrections * initial feedback improvements * improve plot and fix title * hide plot cell * add ricardo comment text * hide plot cell v2 * add manual tag notebook * hide just input * shorten notebook * remove redundant credits section * fix credits section * add re-execution date * omg fix date ....facepalm * improve last section * improve style * remove last plots and add better final remarks * extend bernoulli comment * final style review
1 parent 69499d9 commit f603fe3

File tree

3 files changed

+1641
-0
lines changed

3 files changed

+1641
-0
lines changed

examples/case_studies/reinforcement_learning.ipynb

+1,076
Large diffs are not rendered by default.

examples/references.bib

+17
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,23 @@ @misc{carpenter2016hierarchical
4848
year = {2016},
4949
publisher = {Technical report. Retrieved from https://mc-stan. org/users/docum entat ion~\ldots{}}
5050
}
51+
@article{collinswilson2019,
52+
title = {Ten simple rules for the computational modeling of behavioral data},
53+
author = {Wilson, Robert C and Collins, Anne GE},
54+
editor = {Behrens, Timothy E},
55+
volume = 8,
56+
year = 2019,
57+
month = {nov},
58+
pub_date = {2019-11-26},
59+
pages = {e49547},
60+
citation = {eLife 2019;8:e49547},
61+
doi = {10.7554/eLife.49547},
62+
abstract = {Computational modeling of behavior has revolutionized psychology and neuroscience. By fitting models to experimental data we can probe the algorithms underlying behavior, find neural correlates of computational variables and better understand the effects of drugs, illness and interventions. But with great power comes great responsibility. Here, we offer ten simple rules to ensure that computational modeling is used with care and yields meaningful insights. In particular, we present a beginner-friendly, pragmatic and details-oriented introduction on how to relate models to data. What, exactly, can a model tell us about the mind? To answer this, we apply our rules to the simplest modeling techniques most accessible to beginning modelers and illustrate them with examples and code available online. However, most rules apply to more advanced techniques. Our hope is that by following our guidelines, researchers will avoid many pitfalls and unleash the power of computational modeling on their own data.},
63+
keywords = {computational modeling, model fitting, validation, reproducibility},
64+
journal = {eLife},
65+
issn = {2050-084X},
66+
publisher = {eLife Sciences Publications, Ltd}
67+
}
5168
@article{efron1975data,
5269
title = {Data analysis using Stein's estimator and its generalizations},
5370
author = {Efron, Bradley and Morris, Carl},

0 commit comments

Comments
 (0)