chore(space): add HF Space thumbnail + update README metadata
Browse filesThe Space's README.md frontmatter is what HF Spaces uses to render the social card on the OUTER URL (huggingface.co/spaces/AdithyaSK/rl-environments-guide). Without a `thumbnail:` field, HF auto-generates a default card via cdn-thumbnails.huggingface.co, which is what's currently being served. The article's inner `og:image` meta tag (set via seoThumbImage) doesn't apply here because social scrapers fetch the outer URL, not the iframe.
- title: refresh to match the article's current title.
- short_description: add for the Space card byline + og:description fallback.
- thumbnail: point at the GitHub raw URL on RL_Envs_101, no binary lives in the Space repo.
- tags: add rl-environments, llm-training, reinforcement-learning so the Space surfaces in HF filters.
|
@@ -1,5 +1,6 @@
|
|
| 1 |
---
|
| 2 |
-
title: "The ultimate guide to
|
|
|
|
| 3 |
emoji: 📝
|
| 4 |
colorFrom: blue
|
| 5 |
colorTo: indigo
|
|
@@ -9,6 +10,11 @@ header: mini
|
|
| 9 |
pinned: false
|
| 10 |
tags:
|
| 11 |
- research-article-template
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 12 |
---
|
| 13 |
|
| 14 |
# RL_environments
|
|
|
|
| 1 |
---
|
| 2 |
+
title: "The ultimate guide to RL environments: building and scaling them in the LLM era"
|
| 3 |
+
short_description: "Building and scaling RL environments for LLM training"
|
| 4 |
emoji: 📝
|
| 5 |
colorFrom: blue
|
| 6 |
colorTo: indigo
|
|
|
|
| 10 |
pinned: false
|
| 11 |
tags:
|
| 12 |
- research-article-template
|
| 13 |
+
- rl-environments
|
| 14 |
+
- llm-training
|
| 15 |
+
- reinforcement-learning
|
| 16 |
+
thumbnail: >-
|
| 17 |
+
https://raw.githubusercontent.com/adithya-s-k/RL_Envs_101/refs/heads/main/assets/blog_thumbnail.png
|
| 18 |
---
|
| 19 |
|
| 20 |
# RL_environments
|