Skip to content

Commit

Permalink
commended out old code
Browse files Browse the repository at this point in the history
  • Loading branch information
ReykCS committed Jan 30, 2023
1 parent 9bc3969 commit dc670ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rosnav/model/base_agent.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ def activation_fn(self) -> Type[Module]:

def get_kwargs(self):
fe_kwargs = self.features_extractor_kwargs
fe_kwargs["robot_model"] = self.robot_model
# fe_kwargs["robot_model"] = self.robot_model

kwargs = {
"features_extractor_class": self.features_extractor_class,
Expand Down

0 comments on commit dc670ee

Please sign in to comment.