Skip to content

Commit 673e0dd

Browse files
authored
Add Reinforce Tactics game to third-party environments (#1518)
1 parent e47386f commit 673e0dd

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

docs/environments/third_party_environments.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -161,6 +161,13 @@ goal-RL ([Gymnasium-Robotics](https://robotics.farama.org/)).
161161

162162
QWOP is a game about running extremely fast down a 100 meter track. With this Gymnasium environment you can train your own agents and try to beat the current world record (5.0 in-game seconds for humans and 4.7 for AI).
163163

164+
- [Reinforce Tactics: 2D Turned-Based Strategy Game](https://github.com/kuds/reinforce-tactics)
165+
166+
![Gymnasium version dependency](https://img.shields.io/badge/Gymnasium-v1.2.1-blue)
167+
![GitHub stars](https://img.shields.io/github/stars/kuds/reinforce-tactics)
168+
169+
Reinforce Tactics is a turn-based strategy game designed for reinforcement learning research, combining tactical grid-based combat with an economy system while supporting multiple AI opponent types including rule-based bots, LLM-powered agents, and trainable RL models.
170+
164171
- [Tetris Gymnasium: A fully configurable Gymnasium compatible Tetris environment](https://github.com/Max-We/Tetris-Gymnasium)
165172

166173
![Gymnasium version dependency](https://img.shields.io/badge/Gymnasium-v0.28.1-blue)

0 commit comments

Comments
 (0)