Skip to content

v0.2.0

Compare
Choose a tag to compare
@mingzhang96 mingzhang96 released this 08 Oct 13:22
· 8 commits to main since this release
b1697e1

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