Skip to content
This repository was archived by the owner on Jul 7, 2023. It is now read-only.

Commit 84f8d37

Browse files
Lukasz KaiserCopybara-Service
authored andcommitted
Mark unused argument (nit).
PiperOrigin-RevId: 202192084
1 parent ca23d52 commit 84f8d37

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tensor2tensor/rl/envs/simulated_batch_env.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,7 @@ class SimulatedBatchEnv(in_graph_batch_env.InGraphBatchEnv):
9999

100100
def __init__(self, environment_spec, length, other_hparams):
101101
"""Batch of environments inside the TensorFlow graph."""
102+
del other_hparams
102103
self.length = length
103104
initial_frames_problem = environment_spec.initial_frames_problem
104105
self._min_reward = initial_frames_problem.min_reward

0 commit comments

Comments
 (0)