Skip to content

Commit 4e71dda

Browse files
committed
build all pdfs
1 parent 5d5e265 commit 4e71dda

File tree

7 files changed

+20
-4
lines changed

7 files changed

+20
-4
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,4 +106,4 @@ dmypy.json
106106
.Rproj.user
107107
.Rhistory
108108
render.csv
109-
109+
*.tex
9.4 KB
Binary file not shown.

appendices/appendix-B-examples.pdf

-8.97 KB
Binary file not shown.
-140 Bytes
Binary file not shown.

appendices/appendix-D-data.pdf

236 Bytes
Binary file not shown.

manuscript/manuscript.Rmd

Lines changed: 19 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,19 +5,22 @@ authors:
55
department: Department of Environmental Science, Policy, and Management
66
affiliation: University of California, Berkeley
77
location: Berkeley, California
8+
89
- name: Melissa S. Chapman
910
department: Department of Environmental Science, Policy, and Management
1011
affiliation: University of California, Berkeley
1112
location: Berkeley, California
13+
1214
- name: Kari E. A. Norman
1315
department: Department of Environmental Science, Policy, and Management
1416
affiliation: University of California, Berkeley
1517
location: Berkeley, California
18+
1619
- name: Carl Boettiger
1720
department: Department of Environmental Science, Policy, and Management
1821
affiliation: University of California, Berkeley
1922
location: Berkeley, California
20-
23+
email: [email protected] (corresponding author)
2124
abstract: |
2225
Can machine learning help us make better decisions about a changing planet?
2326
In this paper, we illustrate and discuss the potential of a promising
@@ -55,6 +58,18 @@ editor_options:
5558
---
5659

5760

61+
a short running title: **Deep Reinforcement Learning**
62+
63+
the type of article: **Method**
64+
65+
the number of words: **4,814**
66+
67+
the number of references: **62**
68+
69+
the number of figures, tables, and text boxes: **6** (five figures, 1 table)
70+
71+
\pagebreak
72+
5873
# Introduction
5974

6075
<!--
@@ -88,7 +103,7 @@ Neural-network-based RL techniques, referred to as *deep RL*, have proven partic
88103
In this paper, we draw on examples from fisheries management and ecological tipping points to illustrate how deep RL techniques can successfully discover optimal solutions to previously solved management scenarios and discover highly effective solutions to unsolved problems.
89104
We demonstrate that RL-based approaches are capable but by no means a magic bullet: reasonable solutions require careful design of training environments, choice of RL algorithms, tuning and evaluation, as well as substantial computational power.
90105
Our examples are intentionally simple, aiming to provide a clear template for understanding that could be easily extended to cover more realistic conditions.
91-
We include an extensive appendix with carefully annotated code which should allow readers to both reproduce and extend this analysis.
106+
We include an extensive appendices with carefully annotated code which should allow readers to both reproduce and extend this analysis.
92107

93108

94109
# RL overview
@@ -225,12 +240,13 @@ $$
225240
$$
226241

227242
Although there are RL-based methods for infinite horizon problems, i.e. when $H=\infty$, we will only present episodic or finite horizon POMDPs in this study.
228-
In appendix A, we will discuss in greater detail how deep RL algorithms attempt to optimize the RL objective.
243+
In Appendix A, we will discuss in greater detail how deep RL algorithms attempt to optimize the RL objective.
229244

230245

231246
# Examples
232247

233248
We provide two examples that illustrate the application and potential of deep RL to ecological and conservation problems, highlighting both the potential and the inherent challenges.
249+
Annotated code for these examples may be found in Appendix B and at <https://github.com/boettiger-lab/rl-intro>.
234250

235251
```{r knitr, include = FALSE}
236252
library(tidyverse)

manuscript/manuscript.pdf

3.73 KB
Binary file not shown.

0 commit comments

Comments
 (0)