Skip to content

Commit 427f232

Browse files
committed
update copyright and Ray Summit info
1 parent 22a828d commit 427f232

File tree

51 files changed

+86
-82
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

51 files changed

+86
-82
lines changed

Overview.ipynb

+4-4
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"source": [
77
"# Anyscale Academy - Training on Ray and the Ray Ecosystem\n",
88
"\n",
9-
"© 2019-2020, Anyscale. All Rights Reserved\n",
9+
"© 2019-2021, Anyscale. All Rights Reserved\n",
1010
"\n",
1111
"![Anyscale Academy](images/AnyscaleAcademyLogo.png)\n",
1212
"\n",
@@ -21,12 +21,12 @@
2121
"cell_type": "markdown",
2222
"metadata": {},
2323
"source": [
24-
"## Join Us at Ray Summit 2020!\n",
24+
"## Join Us at Ray Summit 2021!\n",
2525
"\n",
26-
"Join us for the [_free_ Ray Summit 2020 virtual conference](https://events.linuxfoundation.org/ray-summit/?utm_source=dean&utm_medium=embed&utm_campaign=ray_summit&utm_content=anyscale_academy), September 30 - October 1, 2020. We have an amazing lineup of luminar keynote speakers and breakout sessions on the Ray ecosystem, third-party Ray libraries, and applications of Ray in the real world.\n",
26+
"Join us for the [_free_ Ray Summit 2021 virtual conference](https://www.anyscale.com/ray-summit-2021) on June 22-24, 2021. We have an amazing lineup of luminar keynote speakers and breakout sessions on the Ray ecosystem, third-party Ray libraries, and applications of Ray in the real world.\n",
2727
"\n",
2828
"<a href=\"https://events.linuxfoundation.org/ray-summit/?utm_source=dean&utm_medium=embed&utm_campaign=ray_summit&utm_content=anyscale_academy\">\n",
29-
"<img src=\"images/raysummit-horizontal-white-banner-full.png\" alt=\"Ray Summit 2020\"/>\n",
29+
"<img src=\"images/raysummit-horizontal-white-banner-full.png\" alt=\"Ray Summit 2021\"/>\n",
3030
"</a>\n",
3131
"\n",
3232
"For information about other online events, see [anyscale.com/events](https://anyscale.com/events)."

advanced-ray/00-Advanced-Ray-Overview.ipynb

+4-4
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"source": [
77
"# Advanced Ray - Overview\n",
88
"\n",
9-
"© 2019-2020, Anyscale. All Rights Reserved\n",
9+
"© 2019-2021, Anyscale. All Rights Reserved\n",
1010
"\n",
1111
"![Anyscale Academy](../images/AnyscaleAcademyLogo.png)\n",
1212
"\n",
@@ -18,11 +18,11 @@
1818
"\n",
1919
"> **Tip:** Recall that the [Ray Package Reference](https://docs.ray.io/en/latest/package-ref.html) in the [Ray Docs](https://docs.ray.io/en/latest/) is useful for exploring the API features we'll learn.\n",
2020
"\n",
21-
"## Join Us at Ray Summit 2020!\n",
21+
"## Join Us at Ray Summit 2021!\n",
2222
"\n",
23-
"Join us for the [_free_ Ray Summit 2020 virtual conference](https://events.linuxfoundation.org/ray-summit/?utm_source=dean&utm_medium=embed&utm_campaign=ray_summit&utm_content=anyscale_academy), September 30 - October 1, 2020. We have an amazing lineup of luminar keynote speakers and breakout sessions on the Ray ecosystem, third-party Ray libraries, and applications of Ray in the real world.\n",
23+
"Join us for the [_free_ Ray Summit 2021 virtual conference](https://www.anyscale.com/ray-summit-2021) on June 22-24, 2021. We have an amazing lineup of luminar keynote speakers and breakout sessions on the Ray ecosystem, third-party Ray libraries, and applications of Ray in the real world.\n",
2424
"\n",
25-
"![Ray Summit 2020](../images/raysummit-horizontal-white-banner-full.png)"
25+
"![Ray Summit 2021](../images/raysummit-horizontal-white-banner-full.png)"
2626
]
2727
},
2828
{

advanced-ray/01-Ray-Tasks-Revisited.ipynb

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"source": [
77
"# Ray Tasks Revisited\n",
88
"\n",
9-
"© 2019-2020, Anyscale. All Rights Reserved\n",
9+
"© 2019-2021, Anyscale. All Rights Reserved\n",
1010
"\n",
1111
"![Anyscale Academy](../images/AnyscaleAcademyLogo.png)\n",
1212
"\n",
@@ -57,7 +57,7 @@
5757
"metadata": {},
5858
"outputs": [],
5959
"source": [
60-
"print(f'Ray Dashboard: http://{ray.get_webui_url()}')"
60+
"print(f'Ray Dashboard: http://{ray.get_dashboard_url()}')"
6161
]
6262
},
6363
{

advanced-ray/02-Ray-Actors-Revisited.ipynb

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"source": [
77
"# Ray Actors Revisited\n",
88
"\n",
9-
"© 2019-2020, Anyscale. All Rights Reserved\n",
9+
"© 2019-2021, Anyscale. All Rights Reserved\n",
1010
"\n",
1111
"![Anyscale Academy](../images/AnyscaleAcademyLogo.png)\n",
1212
"\n",
@@ -55,7 +55,7 @@
5555
"metadata": {},
5656
"outputs": [],
5757
"source": [
58-
"print(f'Ray Dashboard: http://{ray.get_webui_url()}')"
58+
"print(f'Ray Dashboard: http://{ray.get_dashboard_url()}')"
5959
]
6060
},
6161
{

advanced-ray/03-Ray-Internals.ipynb

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"source": [
77
"# Ray Internals\n",
88
"\n",
9-
"© 2019-2020, Anyscale. All Rights Reserved\n",
9+
"© 2019-2021, Anyscale. All Rights Reserved\n",
1010
"\n",
1111
"![Anyscale Academy](../images/AnyscaleAcademyLogo.png)\n",
1212
"\n",

advanced-ray/solutions/Advanced-Ray-Solutions.ipynb

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"source": [
77
"# Advanced Ray Tutorial - Exercise Solutions\n",
88
"\n",
9-
"© 2019-2020, Anyscale. All Rights Reserved\n",
9+
"© 2019-2021, Anyscale. All Rights Reserved\n",
1010
"\n",
1111
"![Anyscale Academy](../../images/AnyscaleAcademyLogo.png)\n",
1212
"\n",

ray-cluster-launcher/00-Ray-Cluster-Launcher-Overview.ipynb

+5-4
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,16 @@
66
"source": [
77
"# Ray Cluster Launcher - Overview\n",
88
"\n",
9-
"© 2019-2020, Anyscale. All Rights Reserved\n",
9+
"© 2019-2021, Anyscale. All Rights Reserved\n",
1010
"\n",
1111
"![Anyscale Academy](../images/AnyscaleAcademyLogo.png)\n",
1212
"\n",
13-
"## Join Us at Ray Summit 2020!\n",
13+
"## Join Us at Ray Summit 2021!\n",
1414
"\n",
15-
"Join us for the [_free_ Ray Summit 2020 virtual conference](https://events.linuxfoundation.org/ray-summit/?utm_source=dean&utm_medium=embed&utm_campaign=ray_summit&utm_content=anyscale_academy), September 30 - October 1, 2020. We have an amazing lineup of luminar keynote speakers and breakout sessions on the Ray ecosystem, third-party Ray libraries, and applications of Ray in the real world.\n",
15+
"Join us for the [_free_ Ray Summit 2021 virtual conference](https://www.anyscale.com/ray-summit-2021) on June 22-24, 2021. We have an amazing lineup of luminar keynote speakers and breakout sessions on the Ray ecosystem, third-party Ray libraries, and applications of Ray in the real world.\n",
1616
"\n",
17-
"![Ray Summit 2020](../images/raysummit-horizontal-white-banner-full.png)\n",
17+
"<a href=\"https://www.anyscale.com/ray-summit-2021\">\n",
18+
"![Ray Summit 2021](../images/raysummit-horizontal-white-banner-full.png)\n",
1819
"\n",
1920
"## About This Tutorial\n",
2021
"\n",

ray-crash-course/01-Ray-Tasks.ipynb

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"source": [
77
"# Ray Crash Course - Tasks\n",
88
"\n",
9-
"© 2019-2020, Anyscale. All Rights Reserved\n",
9+
"© 2019-2021, Anyscale. All Rights Reserved\n",
1010
"\n",
1111
"![Anyscale Academy](../images/AnyscaleAcademyLogo.png)\n",
1212
"\n",

ray-crash-course/02-Ray-Actors.ipynb

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"source": [
77
"# Ray Crash Course - Actors\n",
88
"\n",
9-
"© 2019-2020, Anyscale. All Rights Reserved\n",
9+
"© 2019-2021, Anyscale. All Rights Reserved\n",
1010
"\n",
1111
"![Anyscale Academy](../images/AnyscaleAcademyLogo.png)\n",
1212
"\n",

ray-crash-course/03-Why-Ray.ipynb

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"source": [
77
"# Ray Crash Course - Why Ray?\n",
88
"\n",
9-
"© 2019-2020, Anyscale. All Rights Reserved\n",
9+
"© 2019-2021, Anyscale. All Rights Reserved\n",
1010
"\n",
1111
"![Anyscale Academy](../images/AnyscaleAcademyLogo.png)\n",
1212
"\n",

ray-crash-course/05-Ray-Parallel-Iterators.ipynb

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"source": [
77
"# Ray Crash Course - Ray Parallel Iterators\n",
88
"\n",
9-
"© 2019-2020, Anyscale. All Rights Reserved\n",
9+
"© 2019-2021, Anyscale. All Rights Reserved\n",
1010
"\n",
1111
"![Anyscale Academy](../images/AnyscaleAcademyLogo.png)\n",
1212
"\n",

ray-crash-course/06-Exploring-Ray-API-Calls.ipynb

+5-5
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"source": [
77
"# Ray Crash Course - Exploring Ray API Calls\n",
88
"\n",
9-
"© 2019-2020, Anyscale. All Rights Reserved\n",
9+
"© 2019-2021, Anyscale. All Rights Reserved\n",
1010
"\n",
1111
"![Anyscale Academy](../images/AnyscaleAcademyLogo.png)\n",
1212
"\n",
@@ -51,7 +51,7 @@
5151
"metadata": {},
5252
"outputs": [],
5353
"source": [
54-
"print(f'Ray Dashboard: http://{ray.get_webui_url()}')"
54+
"print(f'Ray Dashboard: http://{ray.get_dashboard_url()}')"
5555
]
5656
},
5757
{
@@ -195,7 +195,7 @@
195195
"metadata": {},
196196
"outputs": [],
197197
"source": [
198-
"f'http://{ray.get_webui_url()}'"
198+
"f'http://{ray.get_dashboard_url()}'"
199199
]
200200
},
201201
{
@@ -227,7 +227,7 @@
227227
"| :----- | :---------------- |\n",
228228
"| [`ray.get_gpu_ids()`](https://ray.readthedocs.io/en/latest/package-ref.html#ray.get_gpu_ids) | GPUs |\n",
229229
"| [`ray.get_resource_ids()`](https://ray.readthedocs.io/en/latest/package-ref.html#ray.get_resource_ids) | Resources available to the _worker_ |\n",
230-
"| [`ray.get_webui_url()`](https://ray.readthedocs.io/en/latest/package-ref.html#ray.get_webui_url) | Ray Dashboard URL |\n",
230+
"| [`ray.get_dashboard_url()`](https://github.com/ray-project/ray/blob/master/python/ray/worker.py) | Ray Dashboard URL |\n",
231231
"| [`ray.nodes()`](https://ray.readthedocs.io/en/latest/package-ref.html#ray.nodes) | Cluster nodes |\n",
232232
"| [`ray.objects()`](https://ray.readthedocs.io/en/latest/package-ref.html#ray.objects) | Objects currently in the Object Store |\n",
233233
"| [`ray.cluster_resources()`](https://ray.readthedocs.io/en/latest/package-ref.html#ray.cluster_resources) | All the available resources, used or not |\n",
@@ -246,7 +246,7 @@
246246
"print(f\"\"\"\n",
247247
"ray.get_gpu_ids(): {ray.get_gpu_ids()}\n",
248248
"ray.get_resource_ids(): {ray.get_resource_ids()}\n",
249-
"ray.get_webui_url(): {ray.get_webui_url()}\n",
249+
"ray.get_dashboard_url(): {ray.get_dashboard_url()}\n",
250250
"ray.nodes(): {ray.nodes()}\n",
251251
"ray.objects(): {ray.objects()}\n",
252252
"ray.cluster_resources(): {ray.cluster_resources()}\n",

ray-crash-course/07-Running-Ray-Clusters.ipynb

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"source": [
77
"# Ray Crash Course - Ray Clusters and the Ray CLI\n",
88
"\n",
9-
"© 2019-2020, Anyscale. All Rights Reserved\n",
9+
"© 2019-2021, Anyscale. All Rights Reserved\n",
1010
"\n",
1111
"![Anyscale Academy](../images/AnyscaleAcademyLogo.png)\n",
1212
"\n",

ray-crash-course/solutions/Ray-Crash-Course-Solutions.ipynb

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"source": [
77
"# Ray Crash Course - Exercise Solutions\n",
88
"\n",
9-
"© 2019-2020, Anyscale. All Rights Reserved\n",
9+
"© 2019-2021, Anyscale. All Rights Reserved\n",
1010
"\n",
1111
"![Anyscale Academy](../../images/AnyscaleAcademyLogo.png)\n",
1212
"\n",

ray-rllib/00-Ray-RLlib-Overview.ipynb

+5-4
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,16 @@
66
"source": [
77
"# Ray RLlib - Overview\n",
88
"\n",
9-
"© 2019-2020, Anyscale. All Rights Reserved\n",
9+
"© 2019-2021, Anyscale. All Rights Reserved\n",
1010
"\n",
1111
"![Anyscale Academy](../images/AnyscaleAcademyLogo.png)\n",
1212
"\n",
13-
"## Join Us at Ray Summit 2020!\n",
13+
"## Join Us at Ray Summit 2021!\n",
1414
"\n",
15-
"Join us for the [_free_ Ray Summit 2020 virtual conference](https://events.linuxfoundation.org/ray-summit/?utm_source=dean&utm_medium=embed&utm_campaign=ray_summit&utm_content=anyscale_academy), September 30 - October 1, 2020. We have an amazing lineup of luminar keynote speakers and breakout sessions on the Ray ecosystem, third-party Ray libraries, and applications of Ray in the real world.\n",
15+
"Join us for the [_free_ Ray Summit 2021 virtual conference](https://www.anyscale.com/ray-summit-2021) on June 22-24, 2021. We have an amazing lineup of luminar keynote speakers and breakout sessions on the Ray ecosystem, third-party Ray libraries, and applications of Ray in the real world.\n",
1616
"\n",
17-
"![Ray Summit 2020](../images/raysummit-horizontal-white-banner-full.png)\n",
17+
"<a href=\"https://www.anyscale.com/ray-summit-2021\">\n",
18+
"![Ray Summit 2021](../images/raysummit-horizontal-white-banner-full.png)\n",
1819
"\n",
1920
"## About This Tutorial\n",
2021
"\n",

ray-rllib/01-Introduction-to-Reinforcement-Learning.ipynb

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"source": [
77
"# Ray RLlib - Introduction to Reinforcement Learning\n",
88
"\n",
9-
"© 2019-2020, Anyscale. All Rights Reserved\n",
9+
"© 2019-2021, Anyscale. All Rights Reserved\n",
1010
"\n",
1111
"![Anyscale Academy](../images/AnyscaleAcademyLogo.png)\n",
1212
"\n",

ray-rllib/02-Introduction-to-RLlib.ipynb

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"source": [
77
"# Ray RLlib - Introduction to RLlib\n",
88
"\n",
9-
"© 2019-2020, Anyscale. All Rights Reserved\n",
9+
"© 2019-2021, Anyscale. All Rights Reserved\n",
1010
"\n",
1111
"![Anyscale Academy](../images/AnyscaleAcademyLogo.png)\n",
1212
"\n",

ray-rllib/References-Reinforcement-Learning.ipynb

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"source": [
77
"# Reinforcement Learning References\n",
88
"\n",
9-
"© 2019-2020, Anyscale. All Rights Reserved\n",
9+
"© 2019-2021, Anyscale. All Rights Reserved\n",
1010
"\n",
1111
"![Anyscale Academy](../images/AnyscaleAcademyLogo.png)"
1212
]

ray-rllib/explore-rllib/00-Explore-RLlib-Overview.ipynb

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"source": [
77
"# Ray RLlib - Explore RLlib Section Overview\n",
88
"\n",
9-
"© 2019-2020, Anyscale. All Rights Reserved\n",
9+
"© 2019-2021, Anyscale. All Rights Reserved\n",
1010
"\n",
1111
"![Anyscale Academy](../../images/AnyscaleAcademyLogo.png)\n",
1212
"\n",

ray-rllib/explore-rllib/01-Application-Cart-Pole.ipynb

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"source": [
77
"# Ray RLlib - Explore RLlib - Sample Application: CartPole\n",
88
"\n",
9-
"© 2019-2020, Anyscale. All Rights Reserved\n",
9+
"© 2019-2021, Anyscale. All Rights Reserved\n",
1010
"\n",
1111
"![Anyscale Academy](../../images/AnyscaleAcademyLogo.png)\n",
1212
"\n",

ray-rllib/explore-rllib/02-Bipedal-Walker.ipynb

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"# Ray RLlib - Explore RLlib - Sample Application: BipedalWalker-v3 (Optional)\n",
88
"\n",
99
"\n",
10-
"© 2019-2020, Anyscale. All Rights Reserved\n",
10+
"© 2019-2021, Anyscale. All Rights Reserved\n",
1111
"\n",
1212
"![Anyscale Academy](../../images/AnyscaleAcademyLogo.png)\n",
1313
"\n",

ray-rllib/explore-rllib/03-Custom-Environments-Reward-Shaping.ipynb

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"source": [
77
"# Ray RLlib - Explore RLlib - Custom Environments and Reward Shaping\n",
88
"\n",
9-
"© 2019-2020, Anyscale. All Rights Reserved\n",
9+
"© 2019-2021, Anyscale. All Rights Reserved\n",
1010
"\n",
1111
"![Anyscale Academy](../../images/AnyscaleAcademyLogo.png)\n",
1212
"\n",

ray-rllib/explore-rllib/extras/Extra-Application-Frozen-Lake.ipynb

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"source": [
77
"# Ray RLlib - Extra Application Example - FrozenLake-v0\n",
88
"\n",
9-
"© 2019-2020, Anyscale. All Rights Reserved\n",
9+
"© 2019-2021, Anyscale. All Rights Reserved\n",
1010
"\n",
1111
"![Anyscale Academy](../../../images/AnyscaleAcademyLogo.png)\n",
1212
"\n",

ray-rllib/explore-rllib/extras/Extra-Application-Mountain-Car.ipynb

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"source": [
77
"# Ray RLlib - Extra Application Example - MountainCar-v0\n",
88
"\n",
9-
"© 2019-2020, Anyscale. All Rights Reserved\n",
9+
"© 2019-2021, Anyscale. All Rights Reserved\n",
1010
"\n",
1111
"![Anyscale Academy](../../../images/AnyscaleAcademyLogo.png)\n",
1212
"\n",

ray-rllib/explore-rllib/extras/Extra-Application-Taxi.ipynb

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"source": [
77
"# Ray RLlib - Extra Application Example - Taxi-v3\n",
88
"\n",
9-
"© 2019-2020, Anyscale. All Rights Reserved\n",
9+
"© 2019-2021, Anyscale. All Rights Reserved\n",
1010
"\n",
1111
"![Anyscale Academy](../../../images/AnyscaleAcademyLogo.png)\n",
1212
"\n",

ray-rllib/explore-rllib/solutions/Explore-RLlib-Solutions.ipynb

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"source": [
77
"# Ray RLlib Tutorial - Explore RLlib Exercise Solutions\n",
88
"\n",
9-
"© 2019-2020, Anyscale. All Rights Reserved\n",
9+
"© 2019-2021, Anyscale. All Rights Reserved\n",
1010
"\n",
1111
"![Anyscale Academy](../../../images/AnyscaleAcademyLogo.png)\n",
1212
"\n",

ray-rllib/multi-armed-bandits/00-Multi-Armed-Bandits-Overview.ipynb

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"source": [
77
"# Ray RLlib - Multi-Armed Bandits - Overview\n",
88
"\n",
9-
"© 2019-2020, Anyscale. All Rights Reserved\n",
9+
"© 2019-2021, Anyscale. All Rights Reserved\n",
1010
"\n",
1111
"![Anyscale Academy](../../images/AnyscaleAcademyLogo.png)\n",
1212
"\n",

ray-rllib/multi-armed-bandits/01-Introduction-to-Multi-Armed-Bandits.ipynb

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"source": [
77
"# Ray RLlib Multi-Armed Bandits - Introduction to Bandits\n",
88
"\n",
9-
"© 2019-2020, Anyscale. All Rights Reserved\n",
9+
"© 2019-2021, Anyscale. All Rights Reserved\n",
1010
"\n",
1111
"![Anyscale Academy](../../images/AnyscaleAcademyLogo.png)\n",
1212
"\n"

ray-rllib/multi-armed-bandits/02-Exploration-vs-Exploitation-Strategies.ipynb

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"source": [
77
"# Ray RLlib Multi-Armed Bandits - Exploration-Exploitation Strategies\n",
88
"\n",
9-
"© 2019-2020, Anyscale. All Rights Reserved\n",
9+
"© 2019-2021, Anyscale. All Rights Reserved\n",
1010
"\n",
1111
"![Anyscale Academy](../../images/AnyscaleAcademyLogo.png)"
1212
]

ray-rllib/multi-armed-bandits/03-Simple-Multi-Armed-Bandit.ipynb

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"source": [
77
"# Ray RLlib Multi-Armed Bandits - A Simple Bandit Example\n",
88
"\n",
9-
"© 2019-2020, Anyscale. All Rights Reserved\n",
9+
"© 2019-2021, Anyscale. All Rights Reserved\n",
1010
"\n",
1111
"![Anyscale Academy](../../images/AnyscaleAcademyLogo.png)"
1212
]

ray-rllib/multi-armed-bandits/04-Linear-Upper-Confidence-Bound.ipynb

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"source": [
77
"# Ray RLlib Multi-Armed Bandits - Linear Upper Confidence Bound\n",
88
"\n",
9-
"© 2019-2020, Anyscale. All Rights Reserved\n",
9+
"© 2019-2021, Anyscale. All Rights Reserved\n",
1010
"\n",
1111
"![Anyscale Academy](../../images/AnyscaleAcademyLogo.png)"
1212
]

ray-rllib/multi-armed-bandits/05-Linear-Thompson-Sampling.ipynb

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"source": [
77
"# Ray RLlib Multi-Armed Bandits - Linear Thompson Sampling\n",
88
"\n",
9-
"© 2019-2020, Anyscale. All Rights Reserved\n",
9+
"© 2019-2021, Anyscale. All Rights Reserved\n",
1010
"\n",
1111
"![Anyscale Academy](../../images/AnyscaleAcademyLogo.png)"
1212
]

0 commit comments

Comments
 (0)