v0.2.0
After GoBigger-Challenge-2021, we found some areas worth improving, including engine, space, and visualization tools. Here we introduce a new version of GoBigger to make it easier and more straightforward for users to develop their algorithms under multi-agent environments.
New Features
- Add owner for spore in overlap #37
- Add match_ratio in config to control density #38
- Allow balls to move over the border with the center and allow vision over border #39
- Engine update with more clear description #41
- Add different config #45 #51
- Add direction for each clone ball #46
- Add new replayer for .pb files #47
API change
- New ways to create environments! Please refer to env
- Simple action space! Please refer to action space
- Clear observation space! Please refer to observation space