Skip to content

Releases: PathmindAI/pathmind-webapp

Final release - disabling sign-ups and upgrades

17 Nov 03:10
4df8b9f
Compare
Choose a tag to compare

v1.8.5 - Weekly update for prod - Updates to NativeRL 1.8.1

29 Oct 18:54
957e337
Compare
Choose a tag to compare

Updates to nativeRL v1.8.1

What's Changed

  • Remove VPA by @xneyder in #3622
  • Add NativeRL 1.8.1 support by @slinlee in #3623
  • Merge Hotfix from prod - Don't copy ma files on S3 anymore (#3613) by @slinlee in #3614
  • Update expected observations for AGV demo test by @slinlee in #3624
  • Fix error when trying to sort metric column with errored experiments by @fionnachan in #3604
  • Replace unicode 2800 with 0020 to fix visible braille space visual bug on Mac by @fionnachan in #3596
  • Create choose project for model page by @fionnachan in #2584
  • replace reward= by @alexamakarov in #3627
  • Merge hotfix from prod to staging by @slinlee in #3630
  • Show reward terms UI instead of generated reward function in experiment view and experiment grid by @fionnachan in #3579
  • Change unicode space character to the latest one as in #3596 by @fionnachan in #3634
  • Api test for python model by @EvgeniyEA in #3601
  • add isMultiAgent for pathmind upload simulations by @alexamakarov in #3636
  • Lessen the requirements for starting a Python sim by @slinlee in #3635

Full Changelog: v1.8.4...v1.8.5

v1.8.4 - Small hotfix to update the AGV suggested reward function

29 Oct 17:08
3e8b07d
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.8.3...v1.8.4

v1.8.3 - Hotfix - Fix bug with reward term conversion

29 Oct 04:00
7840c03
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.8.2...v1.8.3

v1.8.2 - Hotfix - Support `reward = ` reward functions

27 Oct 23:12
1f3d1cc
Compare
Choose a tag to compare

What's Changed

  • Hotfix - support reward = reward functions by @slinlee in #3629

Full Changelog: v1.8.1...v1.8.2

v1.8.1 - Hotfix - Don't copy MA files on S3 anymore

27 Oct 23:12
53badbf
Compare
Choose a tag to compare

What's Changed

  • Hotfix - Don't copy ma files on S3 anymore by @slinlee in #3613

Full Changelog: v1.8.0...v1.8.1

Reward terms + Auto-balancing

14 Oct 21:38
cd870dc
Compare
Choose a tag to compare

The big change is releasing reward terms as a beta feature!

What's Changed

  • Dev 2652 reward terms UI by @kepricon in #3536
  • pass num_reward_terms by @kepricon in #3539
  • PathmindUser extends Data by @alexamakarov in #3547
  • Fix reward terms scrollbar by @fionnachan in #3543
  • Tests fixes for reward terms UI by @EvgeniyEA in #3538
  • generate and save rewardFunctionFromTerms based on reward function by @alexamakarov in #3551
  • Add reward balance period to internal advanced settings by @fionnachan in #3552
  • Keep the same order when writing ---Advanced Settings--- note by @alexamakarov in #3550
  • Navigate to previous page after enabling reward terms feature by @fionnachan in #3557
  • replace TreeMap with HashMap for Select controls, sort advanced settings as strings by @alexamakarov in #3560
  • Build MA for staging from staging branch by @slinlee in #3562
  • Add support for AnyLogic 8.7.7 by @slinlee in #3563
  • Apply hotfixes to staging by @slinlee in #3567
  • Hide reward balance period from non-internal users from advanced settings notes in notes by @fionnachan in #3572
  • remove REWARD_SNIPPET by @alexamakarov in #3564
  • Add use_auto_norm to internal advanced settings UI by @fionnachan in #3574
  • Change staging to use Staging S3 resources by @slinlee in #3566
  • API: do not call MA, when upload Pathmind simulation by @alexamakarov in #3577
  • Weekly update for staging - Reward terms and bug fixes by @slinlee in #3573
  • Update files for MA for staging too by @slinlee in #3584
  • Disable maven transfer log by @alexamakarov in #3578
  • Pricing page updates by @fionnachan in #3558
  • Workaround - update all the MA files for each deployment by @slinlee in #3589
  • Add env prefix by @xneyder in #3591
  • Fix env in docker build by @xneyder in #3592
  • Fix env in docker build by @xneyder in #3593
  • Build Model Analyzer directly from training-static libraries by @slinlee in #3594
  • Dev-3585 avoid keep adding metrics label for Py model by @kepricon in #3595
  • Update staging with latest by @slinlee in #3600
  • Add HC to MA by @xneyder in #3597
  • Bump version of nativeRL to 1.8.0 by @slinlee in #3606
  • Update Staging with latest by @slinlee in #3609
  • Update Prod with reward terms by @slinlee in #3610

Full Changelog: v1.7.3...v1.8.0

Hotfix - Add support for AnyLogic 8.7.7

06 Oct 00:00
6752af0
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.7.2...v1.7.3

Hotfix - fix redirect for shared experiments #3546

01 Oct 17:50
16745b0
Compare
Choose a tag to compare

This fixes #3546 where a user would see the read-only shared experiment view even for their own experiments. This prevented downloading the policies.

Weekly update for prod

24 Sep 20:49
2dfebbd
Compare
Choose a tag to compare

better error messages for shared experiments and upgrading more elements to LitElements.