gridworld-rl 0.1.1

A deep reinforcement learning 2D gridworld environment with single- and multi-agent support.
1
2
3
4
5
6
7
8
9
10
11
12
13
# gridworld-rl

A 2D gridworld environment for reinforcement learning with single- and multi-agent support. Configurable grid size, walls, start and end positions, and rewards. Integrates with `relayrl_framework` and Burn tensors.

Optional GUI rendering (iced) is behind the `render` feature:

```toml
gridworld-rl = { version = "0.1.1", features = ["render"] }
```

## License

[Apache License 2.0](../../LICENSE)