[rllib] Switch to use lz4 instead of snappy (#1847)

* lz4

* comment

* updates
This commit is contained in:
Eric Liang
2018-04-07 14:43:45 -07:00
committed by GitHub
parent e6c00b2b5e
commit 79d37ce240
2 changed files with 44 additions and 15 deletions
+1 -1
View File
@@ -56,7 +56,7 @@ optional_ray_files += ray_autoscaler_files
extras = {
"rllib": [
"tensorflow", "pyyaml", "gym[atari]", "opencv-python",
"python-snappy", "scipy"]
"lz4", "scipy"]
}