Skip to content
Snippets Groups Projects
This project is mirrored from https://github.com/facebookresearch/habitat-lab. Pull mirroring updated .
  1. Aug 15, 2019
    • Erik Wijmans's avatar
      Correct the naming of PointGoalNav Sensors (#180) · b5f2b00a
      Erik Wijmans authored
      This PR seeks to bring habitat-API inline with this. StaticPointGoalSensor is now just a PointGoalSensor and the old PointGoalSensor is now a PointGoalWithGPSCompassSensor. There are also now explicit GPS and Compass sensors, such that you can fairly easily compute PointGoalWithGPSCompassSensor given [PointGoalSensor, GPSSensor, CompassSensor].
      The PointGoal* sensors now also include {2d, 3d} x {Cartesian, Polar} support.
      b5f2b00a
  2. Jun 06, 2019
  3. May 18, 2019
    • Oleksandr's avatar
      Added episode generation code for PointGoal task. (#81) · e703e610
      Oleksandr authored
      * Added episode generation code for PointGoal task.
      * Removed usage of internal methods, added island_radius method to HabitatSim
      * Added generator test with shortest path proper test and episode serialization testing.
      * Fixed formatting issues and unused imports across the codebase.
      * Added editor config style formatter properties.
      e703e610
  4. Apr 18, 2019
    • Erik Wijmans's avatar
      Compatibility with habitat-sim#6 (#46) · c7443c39
      Erik Wijmans authored
      * Made simple agents suitable for challenge submissions.
      
      * Addressed the comments, chaned flag names, switched to benchmark
      
      * Removed .swp file, added swp to gitignore.
      
      * Compatability with habitat-sim#6
      
      * Fix formatting
      
      * Just use the quats to rotate thing
      
      * Burn in looks good
      
      * Fixup newly merged code wrt. this PR
      
      * Nits
      
      * Fixup quaternion usage
      
      * Add TODO
      c7443c39
  5. Feb 27, 2019
Loading