Skip to content

Releases: semiotic-ai/autoagora-agents

v2.0.0

07 Mar 22:38
805c3eb
Compare
Choose a tag to compare

Feature

  • Experiment config with seeding (1ea8444)
  • Seeding agent actions. (5a30c1f)
  • Assert lists have same length (4215bea)
  • Multi-product support (46bd3e0)

Fix

  • Update dynamics tests to include seed (416faa0)
  • Update action tests to include seed (a755e70)
  • Return in wrong scope (3402e15)
  • Invalid buffer reset (4830323)
  • Softmax distributor no longer gives non-zero when above budget (8135e20)
  • Reintroducing mkdocs file (6452663)
  • Remove unused inbounds (f9292f1)
  • Type error in test (480df10)
  • Ignore module import typing (9b50f3f)
  • CI job only on python 3.10 (aecc006)
  • Python version must be 3.10 (03fb30a)

Breaking

  • The API for the agents has changed as part of a refactoring effort (46bd3e0)

Documentation

  • Include comment describing nproducts (cbd7205)
  • Clarify variable meaning via comment (f8d328f)
  • Add reward base doc (6bdf764)
  • Add observation base doc (faea755)
  • Update algorithm docs (d06dfae)
  • Update README docs (e01ae90)
  • Add docs link back (1cb491d)
  • README.md: Renamed documentation badge to docs (66a02e0)
  • README.md: Fixed action name for docs badge (3c01108)
  • README.md: Added docs badge with latest build status (fdfe4a7)
  • mkdocs: Import README.md from root to home and versioning support with mike (effbfec)
  • docs: Single configuration for API doc generation and better theme for eyes (abbdda7)
  • mkdocs: Update to modules and structure for mkdocs (2fb40cd)

v1.2.1

27 Jan 21:35
c3f1340
Compare
Choose a tag to compare

Fix

  • Intial scaling of scaled_gaussian stddev (64f86db)
  • Bid_scale incorrectly catching Overflow error (dee112f)
  • Add clamping to ScaledGaussianAction's stddev (f4ac7a7)

Documentation

  • chart.py: Moved class attribute and constructor parameter comments to class doc string (e91d886)

v1.2.0

02 Jan 09:37
3a7f34b
Compare
Choose a tag to compare

Feature

  • controller.py: Added missing setting of torch randomization seed (ee1bef8)
  • controller.py: Random seed value defined in simulation configuration set to numpy global random seed value (9b1d4af)

v1.1.1

02 Dec 00:10
5c2ed90
Compare
Choose a tag to compare

Fix

  • multi_agent_simulation.py: Moved all asyncio run calls to main entry (afa0003)

v1.1.0

16 Nov 22:28
4ccc497
Compare
Choose a tag to compare

Feature

  • Updating experiment configs (924cd2e)
  • Add NoisyCyclicSharedSubgraph (986efff)

Fix

v1.0.1

03 Nov 00:00
f8f38ff
Compare
Choose a tag to compare

Fix

  • Remove ISA dependency from poetry (540af5b)

Documentation

  • Add coverage badge to README.md (02c2957)

v1.0.0

25 Oct 00:52
e405652
Compare
Choose a tag to compare

First release of the AutoAgora Agents as a standalone repo.