Endless learning phase?

Something wrong happen with my card:

0.0631, 0.8940, 5.6438, 27.1172, 6.5079, 0.8373, 3.1165, 0.0010, 1.7727, 0.2633, 0.6960, 1.5098, 0.0617, 0.3138, 1.6683, 0.6014, 1.8729, 0.6045, 0.0377, 0.0000, 0.1538

Anki 25.08b4 (d13c117e) (ao)
Python 3.13.5 Qt 6.9.1 PyQt 6.9.1
Platform: Windows-11-10.0.26100-SP0

===Add-ons (active)===
(add-on provided name [Add-on folder, installed at, version, is config changed])
Auto New Adjuster [‘anki_auto_new_adjuster’, 0, ‘None’, mod]
FSRS Helper Postpone Advance Load Balance Easy Days Disperse Siblings [‘759844606’, 2025-07-28T04:05, ‘None’, mod]
Remove card history [‘2089200096’, 2023-10-19T05:15, ‘None’, ‘’]
Search Stats Extended [‘1613056169’, 2025-07-26T04:21, ‘None’, mod]

===IDs of active AnkiWeb add-ons===
1613056169 2089200096 759844606

===Add-ons (inactive)===
(add-on provided name [Add-on folder, installed at, version, is config changed])
Auto Button Suggestion [‘anki_auto_button_suggestion’, 0, ‘None’, ‘’]
Card Status Bar [‘anki_card_status_bar’, 0, ‘None’, ‘’]
HyperTTS - Add speech to your flashcards [‘111623432’, 2025-07-23T00:04, ‘None’, mod]
Progress Graphs and Stats for Learned and Matured Cards [‘266436365’, 2020-03-29T08:26, ‘None’, ‘’]

Did you empty out your learning steps? I remember a similar issue that @L.M.Sherlock fixed, maybe that popped up again?

Thanks for your report! With your parameters, if the stability became very low, it will increase slowly, too. The problem is, Anki rounds stability to 4 decimal places, the increment of stability is removed after rounding.

[src/inference.rs:1050:9] stability = [
    0.0010230513,
    0.0010466339,
    0.0010707602,
    0.0010954426,
    0.0011206939,
    0.0011465272,
    0.0011729562,
    0.0011999944,
    0.0012276557,
    0.0012559547,
    0.0012849061,
    0.0013145248,
    0.0013448263,
    0.0013758262,
    0.0014075408,
    0.0014399864,
    0.0014731799,
    0.0015071386,
    0.0015418801,
    0.0015774224,
]

I will fix it soon.

A quick fix: use following parameters

0.0631, 0.8940, 5.6438, 27.1172, 6.5079, 0.8373, 3.1165, 0.0010, 1.7727, 0.2633, 0.6960, 1.5098, 0.0617, 0.3138, 1.6683, 0.6014, 1.8729, 0.6045, 0.0377, 0.01, 0.1538

4 Likes

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.