mirror of
https://github.com/wassname/ray.git
synced 2026-06-27 20:38:19 +08:00
[rllib] user defined preprocessor (#985)
* add register_preprocessor to ModelCatalog * add pytest * make staticmethod a classmethod * update * install gym on travis * fix linting * fix
This commit is contained in:
committed by
Robert Nishihara
parent
29ac95d87a
commit
73f40bd844
@@ -86,6 +86,7 @@ setup(name="ray",
|
||||
"click",
|
||||
"colorama",
|
||||
"psutil",
|
||||
"pytest",
|
||||
"redis",
|
||||
"cloudpickle >= 0.2.2",
|
||||
# The six module is required by pyarrow.
|
||||
|
||||
Reference in New Issue
Block a user