Skip to content

Releases: anyscale/academy

Prep for ODSC West

27 Oct 20:53
e1a1f1e
Compare
Choose a tag to compare

Preparing for RLlib tutorial at ODSC West on Oct 29

  • updated RLlib examples to run correctly with Ray 1.0.x
  • removed dependencies that caused error popups when launching JupyterLab

Prep for Ray Summit tutorials

18 Sep 17:09
94d1c96
Compare
Choose a tag to compare
  • updated yaml config (resolve pip vs. conda conflict for PyTorch)

Prep for Ray Summit tutorials

15 Sep 23:00
14fdfa4
Compare
Choose a tag to compare
  • simplified the recsys dependencies
  • sync'ed the conda and pip dependencies

Robustness Improvements for Anyscale Platform

04 Sep 20:48
Compare
Choose a tag to compare

Minor updates that only affect deployment to the Anyscale platform.

Ray Summit Pre-Release

03 Sep 17:30
Compare
Choose a tag to compare

This release is targeted for Ray Summit 2020 tutorials, although it's possible that minor updates will be made before then.

This release adds full support for running the Academy in a Docker image on the Anyscale platform. (Docker support on a local machine is still TODO.)

There are also updates to the RL & RLlib tutorial, namely a new "keystone" example of using RL for recommender systems. See the ray-rllib/recsys directory.

This release also supports Ray 0.8.7 and improves the support for running on Windows.

Colorized "Game of Life", Refinements and Bug Fixes

03 Aug 16:23
Compare
Choose a tag to compare

This release adds a fun update to Game of Life, adding colored graphs, vs. monochrome, to indicate the age of each cell.

Also includes numerous bug fixes and text refinements.

New Tutorials for Ray Tune and Ray Serve - Bug Fixes

22 Jul 19:24
Compare
Choose a tag to compare

This patch release fixes two issues in the notebook ray-tune/03-Search-Algos-and-Schedulers.ipynb:

  1. When running on Python 3.6, you have to force an update to a library. The beginning of the notebook provides instructions.
  2. There was a typo in the link to the exercise solution.

New Tutorials for Ray Tune and Ray Serve

21 Jul 21:36
Compare
Choose a tag to compare

This release completes the new tutorials for Tune and Serve. It is the content used for the July 22 live Anyscale Academy event.

Draft of tutorials for Ray Tune and Ray Serve

19 Jul 23:18
Compare
Choose a tag to compare

This is a draft release with Ray Tune and Ray Serve tutorials.

Support for Ray 0.8.6, experimental Windows support

06 Jul 14:08
Compare
Choose a tag to compare

This release upgrades to Ray 0.8.6, which has experimental support for Windows. See the README for details.