Skip to content

Commit d6538a2

Browse files
committed
Fix youbot_waypoint env state_map
1 parent d3151cf commit d6538a2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

DojoEnvironments/src/environments/youbot_waypoint.jl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,8 @@ function state_map(::YoubotWaypoint, state)
5252
state[1:2] = xy_minimal
5353
state[4:5] = vxy_minimal
5454

55+
state = [state[1:6]; zeros(8); state[7:end]]
56+
5557
return state
5658
end
5759

0 commit comments

Comments
 (0)