You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Moved Atari and OpenSpiel to top (100+ and 70+ games respectively)
- Placed complex real-world envs next (FinRL, SUMO-RL, DIPG Safety)
- Mid-tier practical envs follow (Git, Coding, Chat)
- Testing/simple envs at bottom (TextArena, Echo)
Co-authored-by: init27 <16226196+init27@users.noreply.github.com>
|**Coding Env**| Code Execution | Execute Python code in sandboxed environment with smolagents |[`src/envs/coding_env/`](src/envs/coding_env/README.md)|
21
-
|**Chat Env**| LLM Training | Chat-based environment with tokenization and message history for conversation RL |[`src/envs/chat_env/`](src/envs/chat_env/README.md)|
22
19
|**Atari Env**| Classic Games | 100+ Atari 2600 games via Arcade Learning Environment (Pong, Breakout, Space Invaders, etc.) |[`src/envs/atari_env/`](src/envs/atari_env/README.md)|
23
20
|**OpenSpiel Env**| Game Theory | 70+ games from DeepMind's OpenSpiel (Tic-Tac-Toe, Poker, Chess, Catch, 2048, etc.) |[`src/envs/openspiel_env/`](src/envs/openspiel_env/README.md)|
24
-
|**Git Env**| Software Dev | Git repository operations via Gitea for software development tasks |[`src/envs/git_env/`](src/envs/git_env/README.md)|
25
21
|**FinRL Env**| Finance | Stock trading environment with technical indicators and portfolio management |[`src/envs/finrl_env/`](src/envs/finrl_env/README.md)|
26
22
|**SUMO-RL Env**| Traffic Control | Traffic signal optimization using SUMO microscopic traffic simulation |[`src/envs/sumo_rl_env/`](src/envs/sumo_rl_env/README.md)|
27
-
|**TextArena Env**| Word Games | Word games and reasoning tasks (Wordle, GuessTheNumber, etc.) |[`src/envs/textarena_env/`](src/envs/textarena_env/README.md)|
28
23
|**DIPG Safety Env**| AI Safety | Medical domain safety training for high-stakes LLM applications with hallucination detection |[`src/envs/dipg_safety_env/`](src/envs/dipg_safety_env/README.md)|
24
+
|**Git Env**| Software Dev | Git repository operations via Gitea for software development tasks |[`src/envs/git_env/`](src/envs/git_env/README.md)|
25
+
|**Coding Env**| Code Execution | Execute Python code in sandboxed environment with smolagents |[`src/envs/coding_env/`](src/envs/coding_env/README.md)|
26
+
|**Chat Env**| LLM Training | Chat-based environment with tokenization and message history for conversation RL |[`src/envs/chat_env/`](src/envs/chat_env/README.md)|
27
+
|**TextArena Env**| Word Games | Word games and reasoning tasks (Wordle, GuessTheNumber, etc.) |[`src/envs/textarena_env/`](src/envs/textarena_env/README.md)|
0 commit comments