Skip to content

Commit e263500

Browse files
author
mscs
committed
accidentally left a variable hanging around
1 parent 6501cb3 commit e263500

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

onefiveone/learn.py

-1
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,6 @@ def __init__(self, total_timesteps, verbose=0):
183183
# f"{env_num},{caught},{''.join(action)},{reward},{frame},\"{visited}\"\n")
184184

185185
def _on_step(self) -> bool:
186-
checkpoint_dir = self.checkpoint_dir
187186
# Retrieve pokemon_caught from each environment
188187
# all_pokemon_caught = self.training_env.get_attr('last_pokemon_count')
189188
# visiteds = self.training_env.get_attr('visited_xy')

0 commit comments

Comments
 (0)