robodhruv / visualnav-transformer

Official code and checkpoint release for mobile robot foundation models: GNM, ViNT, and NoMaD.
http://general-navigation-models.github.io
MIT License
610 stars 78 forks source link

How to normalize action space #45

Open deavn2236 opened 1 month ago

deavn2236 commented 1 month ago

There is metric_waypoint_staping in data∝yaml. When processing data, waypoints [:,: 2]/=( self.data_config["metric_waypoint_spacing"] * self.waypoint_spacing )

How to set the value of metric_waypoint_stacing, and does it correspond to the maximum speed of the car? However, the value of cory_hall is 0.06, which should not be his maximum speed, right