Releases: Kaggle/kaggle-environments
Releases · Kaggle/kaggle-environments
Battle Geese Rewards
Update Battle Geese rewards to be based up number of steps and goose length.
Agent Process Isolation and More!
- Isolate agents by processes instead of threads.
- Updated Documentation.
- New Environments: Battle Geese and Halite.
- Split timeout into: agent initialization, agent act, and episode duration.
- Reduced replay file size by sharing identical observations.
- Added Server Middleware.
- Configuration defaults and environment extensions.
- Training reward is now the diff between step rewards.
Bug Fixes
- ConnectX out of bounds.
- Prevent sharing state by reference to agents.
- Legend scrambled ascii characters.
- Stop storing invalid actions on replays.
Manually Play against Agents
v0.1.6 0.1.6 - Manually Play
Player improvements and pytorch
v0.1.5 0.1.5 - Player legends and pytorch
ConnectX Environment Release
v0.1.4 0.1.4 - ConnectX Release
Initial Release
Includes "tictactoe" environment.