Skip to content

Commit

Permalink
Move "stack_steps" from SimulationSettings to ?
Browse files Browse the repository at this point in the history
  • Loading branch information
ll7 committed Mar 5, 2024
1 parent 68630f2 commit a52e4bf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions robot_sf/sim/sim_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ class SimulationSettings:
# Goal radius
goal_radius: float = 1.0
# Number of steps to stack in observations
# TODO move "stack_steps" from SimulationSettings to ?
stack_steps: int = 3
# Whether to use the next goal in the path as the current goal
use_next_goal: bool = True
Expand Down

0 comments on commit a52e4bf

Please sign in to comment.