Skip to content

Latest commit

 

History

History
41 lines (27 loc) · 1.09 KB

File metadata and controls

41 lines (27 loc) · 1.09 KB

Handcrafted agent baseline adopted from the paper "Benchmarking Classic and Learned Navigation in Complex 3D Environments"

Project website: https://sites.google.com/view/classic-vs-learned-navigation Paper: https://arxiv.org/abs/1901.10915

If you use this code or the provided environments in your research, please cite the following:

@ARTICLE{Navigation2019,
       author = {{Mishkin}, Dmytro and {Dosovitskiy}, Alexey and {Koltun}, Vladlen},
        title = "{Benchmarking Classic and Learned Navigation in Complex 3D Environments}",
         year = 2019,
        month = Jan,
archivePrefix = {arXiv},
       eprint = {1901.10915},
}

Dependencies:

  • conda
  • numpy
  • pytorch
  • ORBSLAM2

Tested with:

Simple example of working with agents is shown in (../handcrafted-agent-example.ipynb)