Sivie / neural-swarm

Code related to the Neural-Swarm (ICRA 2020, Journal) papers

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

neural-swarm

Code and data related to the Neural-Swarm and Neural-Swarm2 (ICRA 2020, T-RO 2021) papers

For training, please run learning/training.py, which will use data in data/training.

Note that learning/training.py also includes data preprocessing, model saving, analysis, and visualization (please see comments therein).

This relies on some data files from Box, to be copied to the data/ folder. This process can be automated using rclone:

  • Setup rclone with box, following https://rclone.org/box/ (note "user" type worked just fine for me)
  • To pull the latest data use:
rclone copy box:neural-swarm data/ --dry-run
rclone copy box:neural-swarm data/ -P
  • To push the latest data use:
rclone copy data/ box:neural-swarm --dry-run
rclone copy data/ box:neural-swarm -P

About

Code related to the Neural-Swarm (ICRA 2020, Journal) papers


Languages

Language:Jupyter Notebook 80.8%Language:Python 18.6%Language:CMake 0.3%Language:C 0.2%Language:SWIG 0.0%Language:Makefile 0.0%Language:Shell 0.0%