Skip to content

Commit 585a771

Browse files
committed
update
1 parent b70eca4 commit 585a771

File tree

2 files changed

+11
-7
lines changed

2 files changed

+11
-7
lines changed

README.md

+4
Original file line numberDiff line numberDiff line change
@@ -312,6 +312,10 @@ Learning MAML in a Meta continual learning way slows down forgetting
312312

313313
## Lifelong Reinforcement Learning
314314
- [**Continual learning for robotics: Definition, framework, learning strategies, opportunities and challenges**](http://www.sciencedirect.com/science/article/pii/S1566253519307377) , (2020) by *Timothée Lesort, Vincenzo Lomonaco, Andrei Stoian, Davide Maltoni, David Filliat and Natalia Díaz-Rodríguez* [[bib]](bibtex.bib#L1022-L1033)
315+
- [**Deep Online Learning Via Meta-Learning: Continual Adaptation for Model-Based RL**](https://openreview.net/forum?id=HyxAfnA5tm) , (2019) by *Anusha Nagabandi, Chelsea Finn and Sergey Levine* [[bib]](bibtex.bib#L630-L637)
316+
```
317+
Formulates an online learning procedure that uses SGD to update model parameters, and an EM with a Chinese restaurant process prior to develop and maintain a mixture of models to handle non-stationary task distribution
318+
```
315319
- [**Experience replay for continual learning**](https://arxiv.org/abs/1811.11682) , (2019) by *Rolnick, David, Ahuja, Arun, Schwarz, Jonathan, Lillicrap, Timothy and Wayne, Gregory* [[bib]](bibtex.bib#L1162-L1170)
316320

317321
## Continual Generative Modeling

bibtex.bib

+7-7
Original file line numberDiff line numberDiff line change
@@ -627,13 +627,13 @@ @String(NIPS2019_9112=
627627

628628

629629
@inproceedings{
630-
nagabandi2018deep,
631-
title={Deep Online Learning Via Meta-Learning: Continual Adaptation for Model-Based RL},
632-
author={Anusha Nagabandi and Chelsea Finn and Sergey Levine},
633-
booktitle={International Conference on Learning Representations},
634-
year={2019},
635-
url={https://openreview.net/forum?id=HyxAfnA5tm},
636-
keywords={Continual-Meta Learning}
630+
nagabandi2018deep,
631+
title={Deep Online Learning Via Meta-Learning: Continual Adaptation for Model-Based RL},
632+
author={Anusha Nagabandi and Chelsea Finn and Sergey Levine},
633+
booktitle={International Conference on Learning Representations},
634+
year={2019},
635+
url={https://openreview.net/forum?id=HyxAfnA5tm},
636+
keywords={Continual-Meta Learning, Lifelong Reinforcement Learning}
637637
}
638638
@String(nagabandi2018deep="Formulates an online learning procedure that uses SGD to update model parameters, and an EM with a Chinese restaurant process prior to develop and maintain a mixture of models to handle non-stationary task distribution")
639639

0 commit comments

Comments
 (0)