From 7152d6545aa0f9bba3200ff85f06934137066b93 Mon Sep 17 00:00:00 2001 From: ll7 Date: Mon, 4 Mar 2024 15:18:57 +0100 Subject: [PATCH] indentation correction in feature_extractor --- robot_sf/feature_extractor.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/robot_sf/feature_extractor.py b/robot_sf/feature_extractor.py index 4ecddd9..22ad0ef 100644 --- a/robot_sf/feature_extractor.py +++ b/robot_sf/feature_extractor.py @@ -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],