ci: Redo format.sh --all script & backfill lint fixes (#9956)

This commit is contained in:
Barak Michener
2020-08-07 16:49:49 -07:00
committed by GitHub
parent 1d01c668f0
commit 8e76796fd0
147 changed files with 702 additions and 636 deletions
+2
View File
@@ -27,6 +27,7 @@ def to_float_array(v: List[Any]) -> np.ndarray:
# TODO(sven): Remove the following class once we switch to trajectory view API.
@PublicAPI
class SampleBatchBuilder:
"""Util to build a SampleBatch incrementally.
@@ -76,6 +77,7 @@ class SampleBatchBuilder:
# TODO(sven): Remove the following class once we switch to trajectory view API.
@DeveloperAPI
class MultiAgentSampleBatchBuilder:
"""Util to build SampleBatches for each policy in a multi-agent env.