Skip to content

Commit

Permalink
chore: removed out-of-date TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
AugustDG committed Dec 8, 2024
1 parent 93da5f9 commit 69cfee1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion core/domain_randomizer/base_domain_randomizer.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ def __init__(
self,
seed: int,
agent: BaseAgent,
# TODO: think about how to construct the domain randomizers appropriately (without circular imports)
randomizer_settings: Settings,
):
self.seed: int = seed
Expand Down

0 comments on commit 69cfee1

Please sign in to comment.