gridworld-rl 0.1.1

A deep reinforcement learning 2D gridworld environment with single- and multi-agent support.
docs.rs failed to build gridworld-rl-0.1.1
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.

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:

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

License

Apache License 2.0