Skip to content

Commit

Permalink
Update timesteps parameter documentation in fused_sensor_space function
Browse files Browse the repository at this point in the history
  • Loading branch information
ll7 committed Mar 4, 2024
1 parent 243b07b commit dfba781
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion robot_sf/sensor/sensor_fusion.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@ def fused_sensor_space(
Parameters
----------
timesteps : int
The number of timesteps in the observation.
The number of **stacked** timesteps in the observation.
# TODO: check if this interpretation is correct
robot_obs : spaces.Box
The observation space for the robot.
target_obs : spaces.Box
Expand Down

0 comments on commit dfba781

Please sign in to comment.