TINY-KE / FarMap

Neuro-Inspired Efficient Map Building via Fragmentation and Recall

Home Page:https://arxiv.org/abs/2307.05793

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Neuro-Inspired Efficient Map Building via Fragmentation and Recall

Official implementation for Neuro-Inspired Efficient Map Building via Fragmentation and Recall (FarMap).

Architecture

Run Experiments

Setup

pip install -r requirements.txt

(Optional) Environment Generation

python3 environment_generation/generator.py

Exploration

python3 run_exp.py -wandb -env $ENV_ID

Citation

@article{hwang2023neuro,
    author = {Jaedong, Hwang and Hong, Zhang-Wei and Chen, Eric and Boopathy, Akhilan and Agrawal, Pulkit and Fiete, Ila},
    title = {Neuro-Inspired Efficient Map Building via Fragmentation and Recall},
    journal={arXiv preprint arXiv:2307.05793},
    year = {2023},
}   

About

Neuro-Inspired Efficient Map Building via Fragmentation and Recall

https://arxiv.org/abs/2307.05793


Languages

Language:Python 100.0%