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.
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:
= { = "0.1.1", = ["render"] }