Skip to content

Commit aed7287

Browse files
rchen152copybara-github
authored andcommitted
Silence some pytype errors.
PiperOrigin-RevId: 470746169 Change-Id: Ife61f2d90b66e4240e4db072e9528dad0ea0c600
1 parent 987e86a commit aed7287

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tf_agents/examples/cql_sac/kumar20/dataset/dataset_utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,4 +98,4 @@ def create_episode_dataset(
9898
dtype = observation_dtype if key == 'states' else np.float32
9999
dataset[key] = np.asarray(value, dtype)
100100

101-
return dataset
101+
return dataset # pytype: disable=bad-return-type # dict-kwargs

0 commit comments

Comments
 (0)