Skip to content

Releases: TimKam/JS-son

v.0.0.15

31 Mar 13:51
Compare
Choose a tag to compare
v.0.0.15 Pre-release
Pre-release

Fixes #126: Bug that prevents integrated belief and goal revsion

v.0.0.14

12 Feb 13:59
a6defbf
Compare
Choose a tag to compare
v.0.0.14 Pre-release
Pre-release

Fixes #117, crucial bug that affects (only) recent goal support enhancement

v.0.0.13

07 Feb 12:00
Compare
Choose a tag to compare
v.0.0.13 Pre-release
Pre-release

#115 add goal support, see here

v.0.0.12

17 Jan 22:19
Compare
Choose a tag to compare
v.0.0.12 Pre-release
Pre-release

#113 Support instantiation of agents using a single config object instead of a series of parameters, see API doc.

v.0.0.11

17 Jan 13:35
Compare
Choose a tag to compare
v.0.0.11 Pre-release
Pre-release

#111 Implement support for custom belief revision function. Documented here.

v.0.0.10

15 Jul 13:59
Compare
Choose a tag to compare
v.0.0.10 Pre-release
Pre-release
  • #94 Implement out-of-the-box support for message passing from one agent to another
  • #92 Allow agents to manipulate themselves
  • #89 Allow access to beliefs in plan bodies

v.0.07

16 Apr 08:48
Compare
Choose a tag to compare
v.0.07 Pre-release
Pre-release

#84. This release enables support for running distributed MAS with JS-son. The environment can specify interfaces to remotely running agents; the environment's loop can be adjusted accordingly (for example to support asynchronous interaction). See here for a tutorial.

v0.0.5

25 Mar 22:11
Compare
Choose a tag to compare
v0.0.5 Pre-release
Pre-release

#58 Agents have a default preference function generator that simply turns an agent's desires into intentions: (beliefs, desires) => desireKey => desires[desireKey](beliefs).

v0.0.3

24 Mar 21:46
Compare
Choose a tag to compare
v0.0.3 Pre-release
Pre-release

#56: Add build-in grid world support

v0.0.2

16 Feb 21:48
Compare
Choose a tag to compare
v0.0.2 Pre-release
Pre-release

Enhancements:

  • #42 JS-son is transpiled with Babel.js to enable support for older browsers and Node.js versions.
  • #38 beliefs support all valid JSON data types (in addition to JSON objects) without throwing warnings.