Skip to content

Commit

Permalink
Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
bkb2135 committed Dec 29, 2024
1 parent 59ec211 commit da461aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion prompting/weight_setting/weight_setter.py
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@ async def run_step(self):
set_weights(
final_rewards, step=self.step, subtensor=shared_settings.SUBTENSOR, metagraph=shared_settings.METAGRAPH
)
#TODO: empty rewards queue only on weight setting success
# TODO: empty rewards queue only on weight setting success
self.reward_events[:] = [] # empty reward events queue
await asyncio.sleep(0.01)
return final_rewards
Expand Down

0 comments on commit da461aa

Please sign in to comment.