Skip to content

Commit

Permalink
Formatting [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Panchenko committed Aug 14, 2024
1 parent ad1bdc1 commit c699e1d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tianshou/highlevel/experiment.py
Original file line number Diff line number Diff line change
Expand Up @@ -680,7 +680,8 @@ def build_seeded_collection(self, num_experiments: int) -> ExperimentCollection:
class RandomActionExperimentBuilder(ExperimentBuilder):
def _create_agent_factory(self) -> RandomActionAgentFactory:
return RandomActionAgentFactory(
sampling_config=self.sampling_config, optim_factory=self._get_optim_factory()
sampling_config=self.sampling_config,
optim_factory=self._get_optim_factory(),
)


Expand Down

0 comments on commit c699e1d

Please sign in to comment.