Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 649 Bytes

File metadata and controls

12 lines (8 loc) · 649 Bytes

MyCustomGrid Environment

A customized grid environment, based on gym-simplegrid, for reinforcement learning featuring obstacles, path planning, and goal-seeking behavior.

Examples

Agent navigating scenario 1 Agent navigating scenario 2

In these examples, the blue circle represents the agent, the red circle is the goal, and the cyan path shows the optimal route calculated by the D* Lite algorithm. Black squares indicate obstacles that the agent must navigate around.