docs(readme): point blog links to the HF Space copy of blog.md
Browse filesGitHub-rendered blog.md works fine, but the HF-Space-hosted copy is what
visitors land on first. Re-route the three clickable blog references
(badge, intro callout, links table) to
https://huggingface.co/spaces/K446/Opengrid/blob/main/blog.md so the story
opens beside the live demo. The file-tree mention is left as a relative path.
Made-with: Cursor
README.md
CHANGED
|
@@ -18,7 +18,7 @@ pinned: false
|
|
| 18 |
|
| 19 |
[](https://huggingface.co/spaces/K446/Opengrid)
|
| 20 |
[](https://github.com/krishnagoyal099/Opengrid_env)
|
| 21 |
-
[](blog.md)
|
| 22 |
[](https://www.python.org)
|
| 23 |
[](LICENSE)
|
| 24 |
|
|
@@ -31,7 +31,7 @@ pinned: false
|
|
| 31 |
OpenGrid is a **simulated power grid** with real physics. AI agents log in, see what's happening on their patch of the grid, and try to keep the lights on without causing a blackout.
|
| 32 |
|
| 33 |
> **Try it live:** [huggingface.co/spaces/K446/Opengrid](https://huggingface.co/spaces/K446/Opengrid)
|
| 34 |
-
> **Read the full story:** [blog.md](blog.md)
|
| 35 |
|
| 36 |

|
| 37 |
*The live dashboard during a Karnataka episode: 4 zones, real GPS coordinates, frequency gauge, generation mix, reward history. Agent 0 (Kalaburagi) is highlighted in the side panel.*
|
|
@@ -486,7 +486,7 @@ Every design decision in OpenGrid traces back to established power systems engin
|
|
| 486 |
| Live demo | [huggingface.co/spaces/K446/Opengrid](https://huggingface.co/spaces/K446/Opengrid) |
|
| 487 |
| GitHub | [github.com/krishnagoyal099/Opengrid_env](https://github.com/krishnagoyal099/Opengrid_env) |
|
| 488 |
| Swagger | [/docs on the Space](https://k446-opengrid.hf.space/docs) |
|
| 489 |
-
| Story | [blog.md](blog.md) |
|
| 490 |
|
| 491 |
---
|
| 492 |
|
|
|
|
| 18 |
|
| 19 |
[](https://huggingface.co/spaces/K446/Opengrid)
|
| 20 |
[](https://github.com/krishnagoyal099/Opengrid_env)
|
| 21 |
+
[](https://huggingface.co/spaces/K446/Opengrid/blob/main/blog.md)
|
| 22 |
[](https://www.python.org)
|
| 23 |
[](LICENSE)
|
| 24 |
|
|
|
|
| 31 |
OpenGrid is a **simulated power grid** with real physics. AI agents log in, see what's happening on their patch of the grid, and try to keep the lights on without causing a blackout.
|
| 32 |
|
| 33 |
> **Try it live:** [huggingface.co/spaces/K446/Opengrid](https://huggingface.co/spaces/K446/Opengrid)
|
| 34 |
+
> **Read the full story:** [blog.md](https://huggingface.co/spaces/K446/Opengrid/blob/main/blog.md)
|
| 35 |
|
| 36 |

|
| 37 |
*The live dashboard during a Karnataka episode: 4 zones, real GPS coordinates, frequency gauge, generation mix, reward history. Agent 0 (Kalaburagi) is highlighted in the side panel.*
|
|
|
|
| 486 |
| Live demo | [huggingface.co/spaces/K446/Opengrid](https://huggingface.co/spaces/K446/Opengrid) |
|
| 487 |
| GitHub | [github.com/krishnagoyal099/Opengrid_env](https://github.com/krishnagoyal099/Opengrid_env) |
|
| 488 |
| Swagger | [/docs on the Space](https://k446-opengrid.hf.space/docs) |
|
| 489 |
+
| Story | [blog.md](https://huggingface.co/spaces/K446/Opengrid/blob/main/blog.md) |
|
| 490 |
|
| 491 |
---
|
| 492 |
|