OES JavaScript Core 4 Simulator Inspect Download
The OESjs Core 4 simulator implements an architecture for Object Event Simulation (OES) that extends the OESjs Core 3 simulator by adding support for Agents.
Simulation Examples
Four-Stage-Supply-Chain-1
A four stage supply chain consists of a retailer, a wholesaler, a distributor and a factory.
Signaling-Game-1
A simulation of a signaling reinforcement learning (RL) process, where two agents learn to communicate with each other via signals.
Credits
OESjs Core 4a is using:
- David Bau's seedable random number generator seedrandom.
- Jake Archibald's IndexedDB library IDB for storing experiment data.