Releases: strakam/generals-bots
Releases · strakam/generals-bots
v0.5.0
v0.4.0
v0.3.2
v0.3.1
v0.3.0
0.3.0 (2024-09-25)
🚀 Features
- add custom colors and names (8fcc858)
🐛 Bug Fixes
- game: check validity of moves in game step (e6fc5f0)
- only non-trivial actions are valid (e3119cd)
- raise warning when invalid moves are made by agents (6cd5257)
🛠️ Refactor
v0.2.1
v0.1.0
v0.1.0 (2024-09-23)
⚙️ Features
- 🤸 Added Gymnasium compatibility and passing Stable Baselines3 checks (#bdd8088)
✨ Enhancements
- Information panel is now smaller, simpler and positioned on the right. It's also clickable for FoV toggle (#71bd25b)
- Code for rendering is now more structured and readable. Smarter passing of variables (#25 @jdujava)
- Rendering of numbers is now centered in their positions (@jdujava)
- Added and corrected examples in README.md, also new GIF is added on the landing page.
- New naming conventions of classes and some functions
🐞 Bug fixes
- Fixed compatibility of observation space definition and actual observations
v0.0.2
(2024-09-20)
New in this version
- ⚡ New action parameter, indicating whether to send all or only half of units to the next square (2029019)
- ⚙️ Observation space extended by number of land, army, winner flag and timestep
- 👀 Readme updates
- 🎉 Improved rendering code structure and visual improvements (#22 @jdujava)
- 🐞 Bug fixes (#19 @jdujava)
v0.0.1
👋 Hi!
This is the first release of Generals-RL
— a repository created for developers of bots for the game generals.io.
This repository is under active construction, but you can already start to:
- 🔎 Explore contents of the repository
- 🛠️ Develop your bot by subclassing an
Agent
class - 🔬 Analyze replays via replay utility
Any form of feedback is very welcome ! 🤗
Cheers