Skip to content

Commit

Permalink
Merge pull request #57 from TimKam/56-grid-world
Browse files Browse the repository at this point in the history
 #56 Add grid world support and example
  • Loading branch information
TimKam authored Mar 24, 2019
2 parents ac1952b + 56fdc6f commit ccc02d8
Show file tree
Hide file tree
Showing 42 changed files with 10,600 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ out/
examples/node/package-lock.json
examples/node/node_modules/
examples/web/www
examples/arena/www

# Babel buiild
lib
15 changes: 15 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -484,6 +484,10 @@ We integrated the Game of Life simulation in a [Framework7](https://framework7.i
You find the the source code of the web application [here in the examples directory](https://github.com/TimKam/JS-son/tree/master/examples/web).
To run the example, install its dependencies with ``npm install`` and run the application in development (hot-reload) mode with ``npm run dev``.

### Grid World
By default, *JS-son* supports grid world environments.
A comprehensive multi-agent grid world tutorial is provided [here in the examples section](./examples/arena/README.md).

## Supported Platforms
*JS-son* supports recent versions of Firefox, Chrome, and Node.js.
It is not tested for other platforms and does not use [Babel](https://babeljs.io/) to facilitate compatibility with legacy platforms.
Expand Down Expand Up @@ -515,4 +519,15 @@ Contributors should consider the following conventions:
## Acknowledgements
**Author**: Timotheus Kampik - [@TimKam](https://github.com/TimKam)

**Cite as**:

```
@inproceedings{js-son,
title={{JS-son - A Minimalistic JavaScript BDI Agent Library}},
author={Kampik, Timotheus and Nieves, Juan Carlos},
booktitle={7th International Workshop on Engineering Multi-Agent Systems (EMAS 2019), Montreal, Canada, 13--14 May, 2019},
year={2019}
}
```

This work was partially supported by the Wallenberg AI, Autonomous Systems and Software Program (WASP) funded by the Knut and Alice Wallenberg Foundation.
Loading

0 comments on commit ccc02d8

Please sign in to comment.