Skip to content

Latest commit

 

History

History
54 lines (42 loc) · 1.79 KB

index.rst

File metadata and controls

54 lines (42 loc) · 1.79 KB

Welcome to GoBigger's documentation!

Overview

GoBigger is a multi-agent environment for reinforce learning. It is similar to Agar, which is a massively multiplayer online action game created by Brazilian developer Matheus Valadares. In GoBigger, players control one or more circular balls in a map. The goal is to gain as much size as possible by eating food balls and other balls smaller than the player's balls while avoiding larger ones which can eat the player's balls. Each player starts with one ball, but players can split a ball into two once it reaches a sufficient size, allowing them to control multiple balls.

GoBigger allows users to interact with the multi-agent environment easily. Through the given interface, users can get observations by actions created by their policy. Users can also customize their game environments by changing the args in the config.

Indices and tables

installation/index tutorial/quick_start tutorial/what_is_gobigger tutorial/gobigger_engine tutorial/real_time_interaction_with_game tutorial/space tutorial/gobigger_env tutorial/playback

advanced/cfg_intro advanced/collision

community/faq

api_doc/agents api_doc/balls api_doc/managers api_doc/players api_doc/render api_doc/server api_doc/utils