https://github.com/plnech/grid
A GridWorld where agents thrive and survive.
https://github.com/plnech/grid
Last synced: about 1 year ago
JSON representation
A GridWorld where agents thrive and survive.
- Host: GitHub
- URL: https://github.com/plnech/grid
- Owner: PLNech
- License: gpl-3.0
- Created: 2019-07-19T21:06:48.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2022-09-09T15:58:21.000Z (almost 4 years ago)
- Last Synced: 2025-01-29T06:51:28.818Z (over 1 year ago)
- Language: Python
- Size: 2.24 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Grid
A GridWorld where agents thrive and survive.
[](https://asciinema.org/a/bgVamqfTqLoTPHBGnaWM7xgm5)
## Setup
- Using a virtualenv, pyenv or your favorite method to have a python environment, select a version of `python` **>=3.5** with `curses` support
- Make entrypoint executable
```bash
chmod +x run_world.py
```
## Running
### `./run_world.py` 🚀