Ray v0.7.0 Release Notes

Release Date: 2019-05-18 // almost 5 years ago
  • Core

    • ๐Ÿ›  Backend bug fixes. #4766, #4763, #4605
    • โž• Add experimental API for creating resources at runtime. #3742

    Tune

    RLlib

    • โœ‚ Remove dependency on TensorFlow. #4764
    • TD3/DDPG improvements and MuJoCo benchmarks. #4694
    • Evaluation mode implementation for rllib.Trainer class. #4647
    • Replace ray.get() with ray_get_and_free() to automatically free object store memory. #4586
    • ๐Ÿ›  RLLib bug fixes. #4736, #4735, #4652, #4630

    Autoscaler

    • โž• Add an aggressive autoscaling flag. #4285
    • ๐Ÿ›  Autoscalar bug fixes. #4782, #4653