An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

# Grid
A GridWorld where agents thrive and survive.

[![Demo](./docs/demo.gif)](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` 🚀