-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathclutter.bash
More file actions
9 lines (9 loc) · 809 Bytes
/
clutter.bash
File metadata and controls
9 lines (9 loc) · 809 Bytes
1
2
3
4
5
6
7
8
9
python3 main.py --factor=clutter --ewc --savepath='./results/clutter/ewc/'
python3 main.py --factor=clutter --ewc --online --savepath='./results/clutter/ewc_online/'
python3 main.py --factor=clutter --savepath='./results/clutter/naive/'
python3 main.py --factor=clutter --si --savepath='./results/clutter/si/'
python3 main.py --factor=clutter --cumulative=1 --savepath='./results/clutter/cumulative/'
python3 main.py --factor=clutter --replay=current --savepath='./results/clutter/lwf/'
python3 main.py --factor=clutter --replay=generative --distill --savepath='./results/clutter/dgr_distill/'
python3 main.py --factor=clutter --replay=generative --savepath='./results/clutter/dgr/'
python3 main.py --factor=clutter --replay=generative --distill --feedback --savepath='./results/clutter/dgr_distill_feedback/'