Skip to content

Commit

Permalink
feat: Remove commented section
Browse files Browse the repository at this point in the history
  • Loading branch information
TomMcL committed Sep 26, 2023
1 parent a87ecb9 commit a6eee1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vega_sim/environment/environment.py
Original file line number Diff line number Diff line change
Expand Up @@ -416,7 +416,7 @@ def _default_state_extraction(self, vega: VegaService) -> VegaState:
)

def step(self, vega: VegaService) -> None:
# vega.wait_for_thread_catchup()
vega.wait_for_thread_catchup()
state = self.state_func(vega)
for agent in (
sorted(self.agents, key=lambda _: self.random_state.random())
Expand Down

0 comments on commit a6eee1f

Please sign in to comment.