Skip to content

Commit 8701f08

Browse files
authored
Update tic_tac_toe_env.py
1 parent c8fe559 commit 8701f08

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tensor2tensor/envs/tic_tac_toe_env.py

+1-2
Original file line numberDiff line numberDiff line change
@@ -236,8 +236,7 @@ def num_actions(self):
236236

237237
def register():
238238
# Register this with gym.
239-
unused_tictactoe_id, unused_tictactoe_env = gym_utils.register_gym_env(
240-
"tensor2tensor.envs.tic_tac_toe_env:TicTacToeEnv", version="v0")
239+
pass
241240

242241

243242
# TODO(afrozm): Fix the registration and make it automatic.

0 commit comments

Comments
 (0)