Skip to content

Neuro-Inspired Fragmentation and Recall to Overcome Catastrophic Forgetting in Curiosity

License

Notifications You must be signed in to change notification settings

FieteLab/FARCuriosity

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Neuro-Inspired Fragmentation and Recall to Overcome Catastrophic Forgetting in Curiosity

Official implementation for Neuro-Inspired Fragmentation and Recall to Overcome Catastrophic Forgetting in Curiosity (NeurIPS 2023 Workshop).

Architecture

Usage

Install packages.

pip install -r requirements.txt

Run Experiments.

python launch.py -alg ppo -curiosity_alg rnd -env jamesbond -lstm -sample_mode gpu -num_gpus 1 -normalize_advantage -normalize_reward -dual_value -normalize_obs -fragmentation -recall -use_feature -use_wandb

Citation

@inproceedings{hwang2023neuro,
    author = {Hwang, Jaedong and Hong, Zhang-Wei and Chen, Eric and Boopathy, Akhilan and Agrawal, Pulkit and Fiete, Ila},
    title = {Neuro-Inspired Fragmentation and Recall to Overcome Catastrophic Forgetting in Curiosity},
    booktitle={NeurIPSW 2023 (Intrinsically Motivated Open-ended Learning)},
    year = {2023},
}   

Acknowledgements

Our code is based on EIPO and rlpyt

About

Neuro-Inspired Fragmentation and Recall to Overcome Catastrophic Forgetting in Curiosity

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published