Giter Site home page Giter Site logo

jackfodtik / context_aware_navigation Goto Github PK

View Code? Open in Web Editor NEW

This project forked from marmotlab/context_aware_navigation

0.0 0.0 0.0 111.01 MB

[CoRL 2023] Context-Aware Deep Reinforcement Learning for Autonomous Robotic Navigation in Unknown Area - - Public code and model

License: MIT License

Python 100.00%

context_aware_navigation's Introduction

Context_Aware_Navigation

Public code and datasets for Context-Aware Deep Reinforcement Learning for Autonomous Robotic Navigation in Unknown Area, which has been accepted for presentation at the 7th Conference on Robot Learning (CoRL 2023).

we propose a learning-based framework for autonomous navigation in unknown areas, which employs a context-aware policy network to achieve efficient decision-making (i.e., maximize the likelihood of finding the shortest route towards the target destination). Our agent learns a reactive policy over the next waypoint to travel to, in a constantly expanding graph over the agent’s partial map of the environment. We rely on an attention-based neural network to allow the agent to reason about its entire belief at multiple spatial scales, and form a context embedding, which it then uses to sequence local movement decisions informed by long-term objectives.

Demos

Run

Files

  • parameters.py - Training parameters.
  • driver.py - Driver of training program, maintain & update the global network.
  • runner.py - Wrapper of the local network.
  • worker.py - Interact with the environment and collect episode experience.
  • model.py - Define attention-based network.
  • env.py - Autonomous navigation environments.
  • graph_generator.py - Generate and update the partial robot belief.
  • node.py - Initialize and update nodes in the partial robot belief.
  • sensor.py - Simulate the sensor model of Lidar.
  • /model - Trained model.
  • /DungeonMaps - Training environments.

Main Dependencies

  • python == 3.10.8
  • pytorch == 1.12.0
  • ray == 2.1.0
  • scikit-image == 0.19.3
  • scikit-learn == 1.2.0
  • scipy == 1.9.3
  • matplotlib == 3.6.2
  • tensorboard == 2.11.0

Training

  1. Set training parameters in parameters.py.
  2. Run python driver.py

Evaluation

  1. Set test parameters in test_parameters.py.
  2. Run python test_driver.py

Citation

If you find our work helpful or enlightening, feel free to cite our paper:

@inproceedings{liang2023context,
  title={Context-Aware Deep Reinforcement Learning for Autonomous Robotic Navigation in Unknown Area},
  author={Liang, Jingsong and Wang, Zhichen and Cao, Yuhong and Chiun, Jimmy and Zhang, Mengqi and Sartoretti, Guillaume Adrien},
  booktitle={Conference on Robot Learning},
  pages={1425--1436},
  year={2023},
  organization={PMLR}
}

Authors

Jingsong Liang, Zhichen Wang, Yuhong Cao, Jimmy Chiun, Mengqi Zhang, Guillaume Sartoretti

context_aware_navigation's People

Contributors

caoyuhong001 avatar jingsongliang avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.