mirror of
https://github.com/wassname/ray.git
synced 2026-06-27 20:53:14 +08:00
[rllib] Switch to use lz4 instead of snappy (#1847)
* lz4 * comment * updates
This commit is contained in:
+1
-1
@@ -56,7 +56,7 @@ optional_ray_files += ray_autoscaler_files
|
||||
extras = {
|
||||
"rllib": [
|
||||
"tensorflow", "pyyaml", "gym[atari]", "opencv-python",
|
||||
"python-snappy", "scipy"]
|
||||
"lz4", "scipy"]
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user