Skip to content

Commit

Permalink
style(nyz): add other repo link in README
Browse files Browse the repository at this point in the history
  • Loading branch information
PaParaZz1 committed Dec 17, 2021
1 parent 0214865 commit 0eca930
Showing 1 changed file with 20 additions and 1 deletion.
21 changes: 20 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,26 @@ GoBigger is a simple and efficient *agar-like* game engine and provides various

<div align=center><img width = '640' height ='197' src ="https://github.com/opendilab/GoBigger/blob/main/assets/overview.gif"/></div>

### Other OpenDILab Projects

- Decision AI Engine
- [DI-engine](https://github.com/opendilab/DI-engine)
- Traditional academic environments and benchmarks
- [DI-zoo](https://github.com/opendilab/DI-engine#environment-versatility)
- Real world decision AI applications
- [DI-star](https://github.com/opendilab/DI-star): Decision AI in StarCraftII
- [DI-drive](https://github.com/opendilab/DI-drive): Auto-driving platform
- General nested data lib
- [treevalue](https://github.com/opendilab/treevalue): Tree-nested data structure
- [DI-treetensor](https://github.com/opendilab/DI-treetensor): Tree-nested PyTorch tensor Lib
- Docs and Tutorials
- [DI-engine-docs](https://github.com/opendilab/DI-engine-docs)
- System Support Components

- [DI-orchestrator](https://github.com/opendilab/DI-orchestrator): RL Kubernetes Custom Resource and Operator Lib
- [DI-hpc](https://github.com/opendilab/DI-hpc): RL HPC OP Lib
- [DI-store](https://github.com/opendilab/DI-store): RL Object Store

## Introduction

GoBigger allows users to interact with the multi-agent environment easily within the basic rules. Through the given interface, users can simply get the observation in game and apply their operations for their agents.
Expand Down Expand Up @@ -244,4 +264,3 @@ For more details, please refer to [GoBigger Doc](https://gobigger.readthedocs.io

GoBigger released under the Apache 2.0 license.


0 comments on commit 0eca930

Please sign in to comment.