Skip to content

v0.9.0

Compare
Choose a tag to compare
@zmknox zmknox released this 11 Nov 13:50
· 83 commits to master since this release
0ecfbaa
  • Zach Knox
    • Update offlineReplanning to support actionTree algorithm
      • This uses some randomness to help stop the algorithm from going down the same path all the time. This randomness can be seeded from the config with replanningSeed.
      • If you plan to use replanning with your existing actionTree models, you will likely need to update your models to better reflect how your website works.
    • Updated reduce-to-minimum-set-of-plans to compare hashes of plans. In the past, it was comparing sets in a way which would never detect duplicates.