Skip to content

Commit

Permalink
yapf
Browse files Browse the repository at this point in the history
  • Loading branch information
tvmarino committed Dec 20, 2024
1 parent 8dd9070 commit 4174e57
Showing 1 changed file with 8 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -320,8 +320,10 @@ def __init__(
max_horizon_to_explore=np.inf,
explore_on_features: Optional[Dict[str, Callable[[tf.Tensor],
bool]]] = None,
obs_action_specs: Optional[Tuple[time_step.TimeStep,
tensor_spec.BoundedTensorSpec,]] = None,
obs_action_specs: Optional[
Tuple[time_step.TimeStep,
tensor_spec.BoundedTensorSpec,
]] = None,
reward_key: str = '',
keep_temps: Optional[str] = None,
**kwargs,
Expand Down Expand Up @@ -751,8 +753,10 @@ def __init__(
exploration_policy_paths: Optional[str] = None,
explore_on_features: Optional[Dict[str, Callable[[tf.Tensor],
bool]]] = None,
obs_action_specs: Optional[Tuple[time_step.TimeStep,
tensor_spec.BoundedTensorSpec,]] = None,
obs_action_specs: Optional[Tuple[
time_step.TimeStep,
tensor_spec.BoundedTensorSpec,
]] = None,
base_path: Optional[str] = None,
partitions: List[float] = [
0.,
Expand Down

0 comments on commit 4174e57

Please sign in to comment.