Code Monkey home page Code Monkey logo

model-based-social-navigation's Introduction

model-based-social-navigation

arXiv video License: MIT

Code for Learning World Transition Model for Socially Aware Robot Navigation accepted in ICRA2021.

Paper is available here.

Video is available here.

Presenting video is available here on Bilibili.

Get ready

git clone https://github.com/YuxiangCui/model-based-social-navigation.git
catkin_make -j6
source devel/setup.bash

MODEL-FREE

roslaunch model_free_version start.launch (FOUR-AGENT)

for policy performance testing or model free training

  • main.py (4 agent main function)
  • policy.py (policy network)
  • environment_four.py (4 agent environment)
  • agent.py (agent's states, reward, action...)
  • utils.py (replay buffer)

MODEL-BASED

roslaunch model_based_version start.launch
  • main_mbpo.py (1/4 agent main function)

  • env_sample.py

  • environment_one_agent.py (real 1 agent environment)

  • env_sample_four.py

  • environment_four_agent.py (real 4 agent environment)

  • agent.py (agent's states, reward, action...)

  • replay_buffer_env.py (real data replay buffer)

  • replay_buffer_model.py (virtual data replay buffer)

  • policy.py (policy network)

  • transition_model.py (world transition model)

  • ensemble_model_train_mcnet_all.py

  • env_predict.py (virtual environment)

Acknowledgements

Code references MBPO. TD3.

Citation

If you use our source code, please consider citing the following:

@article{cui2020learning,
  title={Learning World Transition Model for Socially Aware Robot Navigation},
  author={Cui, Yuxiang and Zhang, Haodong and Wang, Yue and Xiong, Rong},
  journal={arXiv preprint arXiv:2011.03922},
  year={2020}
}

model-based-social-navigation's People

Contributors

yuxiangcui 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.