https://github.com/gallandarakhneorg/jaak
Jaak Multiagent Environment Model and Simulator
https://github.com/gallandarakhneorg/jaak
Last synced: 4 months ago
JSON representation
Jaak Multiagent Environment Model and Simulator
- Host: GitHub
- URL: https://github.com/gallandarakhneorg/jaak
- Owner: gallandarakhneorg
- Created: 2014-09-25T15:35:39.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-11-25T22:18:19.000Z (over 9 years ago)
- Last Synced: 2025-01-16T06:14:56.175Z (5 months ago)
- Language: Java
- Size: 361 KB
- Stars: 3
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Jaak Environment Model
======================Jaak is an agent environment that runs on the synchronous engine of Janus. It provides a discrete 2D environment model and a simplified agent-environment interaction model based on LOGO-like primitives. Its purpose is similar to NetLogo, StarLogo, and TurtleKit. Jaak also provides the definition of capacities for using Jaak from agents developed in SARL.
Jaak relies on a logo-based simulation model. Unlike StarLogo or NetLogo, Jaak proposes a Logo programming approach while giving all the possibilities afforded by high level programming languages such as Java.
Jaak lets students open simulations and "play" with them, exploring their behavior under various conditions. It is also an authoring environment which enables students, teachers, and junior and senior developers to create their own models.
License
=======
Copyright 2014 Stéphane GALLAND.Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License athttp://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.