Update app/src/content/chapters/framework-inventory.mdx

#1
by sergiopaniego HF Staff - opened
app/src/content/chapters/framework-inventory.mdx CHANGED
@@ -27,7 +27,7 @@ These are notable RL environment frameworks we evaluated but did not implement.
27
  | [**RL-Factory**](https://github.com/Spydiecy/rl-factory) | Spydiecy | MCP config-based, any MCP server becomes an environment. Interesting but very early stage. | [GitHub](https://github.com/Spydiecy/rl-factory) |
28
  | [**Open-Instruct**](https://github.com/allenai/open-instruct) | Allen AI | Full training framework with env hooks, environments are reward functions, not multi-turn interactive agents. | [GitHub](https://github.com/allenai/open-instruct) |
29
  | [**Benchmax**](https://github.com/SkyworkAI/Benchmax) | Skywork AI | Distributed eval framework via SkyPilot, focused on benchmarking, not training integration. | [GitHub](https://github.com/SkyworkAI/Benchmax) |
30
- | [**TextArena**](https://github.com/LeonGuertwordle/TextArena) | Leon Guert | Game-specific multi-agent environments, narrow domain, not a general framework. | [GitHub](https://github.com/LeonGuertwordle/TextArena) |
31
  | [**LlamaGym**](https://github.com/KhoomeiK/LlamaGym) | KhoomeiK | Gymnasium wrapper for LLMs, early prototype, not actively maintained. | [GitHub](https://github.com/KhoomeiK/LlamaGym) |
32
 
33
  ### How these relate
 
27
  | [**RL-Factory**](https://github.com/Spydiecy/rl-factory) | Spydiecy | MCP config-based, any MCP server becomes an environment. Interesting but very early stage. | [GitHub](https://github.com/Spydiecy/rl-factory) |
28
  | [**Open-Instruct**](https://github.com/allenai/open-instruct) | Allen AI | Full training framework with env hooks, environments are reward functions, not multi-turn interactive agents. | [GitHub](https://github.com/allenai/open-instruct) |
29
  | [**Benchmax**](https://github.com/SkyworkAI/Benchmax) | Skywork AI | Distributed eval framework via SkyPilot, focused on benchmarking, not training integration. | [GitHub](https://github.com/SkyworkAI/Benchmax) |
30
+ | [**TextArena**](https://github.com/TextArena/TextArena) | Leon Guertler | Game-specific multi-agent environments, narrow domain, not a general framework. | [GitHub](https://github.com/TextArena/TextArena) |
31
  | [**LlamaGym**](https://github.com/KhoomeiK/LlamaGym) | KhoomeiK | Gymnasium wrapper for LLMs, early prototype, not actively maintained. | [GitHub](https://github.com/KhoomeiK/LlamaGym) |
32
 
33
  ### How these relate