Skip to content

Commit

Permalink
indentation correction in feature_extractor
Browse files Browse the repository at this point in the history
  • Loading branch information
ll7 committed Mar 4, 2024
1 parent 6213ab7 commit 7152d65
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion robot_sf/feature_extractor.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@ class DynamicsExtractor(BaseFeaturesExtractor):
"""

def __init__(
self, observation_space: spaces.Dict,
self,
observation_space: spaces.Dict,
use_ray_conv: bool=True,
num_filters: List[int]=[64, 16, 16, 16],
kernel_sizes: List[int]=[3, 3, 3, 3],
Expand Down

0 comments on commit 7152d65

Please sign in to comment.