[RLlib] Minor fixes (torch GPU bugs + some cleanup). (#11609)

This commit is contained in:
Sven Mika
2020-10-27 10:00:24 +01:00
committed by GitHub
parent e7aafd7d24
commit d9f1874e34
26 changed files with 167 additions and 150 deletions
+1 -1
View File
@@ -23,7 +23,7 @@ import typing
from .cloudpickle import (
_is_dynamic, _extract_code_globals, _BUILTIN_TYPE_NAMES, DEFAULT_PROTOCOL,
_find_imported_submodules, _get_cell_contents, _is_importable_by_name, _builtin_type,
Enum, _get_or_create_tracker_id, _make_skeleton_class, _make_skeleton_enum,
Enum, _get_or_create_tracker_id, _make_skeleton_class, _make_skeleton_enum,
_extract_class_dict, dynamic_subimport, subimport, _typevar_reduce, _get_bases,
cell_set, _make_empty_cell,
)