Skip to content

A Graph Neural Network based model for swarm motion prediction and control

License

Notifications You must be signed in to change notification settings

parthkhopkar/SwarmNet

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

77 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SwarmNet

A Graph Neural Network based model for swarm motion prediction and control

For training,

python run_swarwmnet.py --data-dir path/to/training/data --log-dir path/to/log/dir --config path/to/config/file --pred-steps <prediction_horizon> --train --epochs <num_epochs>

For evaluation or test,

python run_swarwmnet.py --data-dir path/to/training/data --log-dir path/to/log/dir --config path/to/config/file --pred-steps <prediction_horizon> --eval/--test

See run_swarmnet.py for all arguments.

About

A Graph Neural Network based model for swarm motion prediction and control

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%