Skip to content
This repository has been archived by the owner on Feb 26, 2022. It is now read-only.

Latest commit

 

History

History
19 lines (17 loc) · 705 Bytes

README.md

File metadata and controls

19 lines (17 loc) · 705 Bytes

AntFarm

Force-based motion planning algorithm with RL navigational feedback. Implementation based on Force-based Algorithm for Motion Planning of Large Agent Teams.

CircleSwap

movingline

Usage

    $ cd path/to/your/directory
    $ julia
    $ julia> ]
    $ (v1.x) pkg> activate . 
    $ julia> using antfarm
    $ julia> antfarm.[command]()  // this is how it works

Note on Branches

  • Master: Old Version
  • CSCI 5454: Algorithm version for CSCI 5454 Class
  • RL-cpu: Thesis Version