Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/tencent-ailab/TLeague


https://github.com/tencent-ailab/TLeague

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

# TLeague
A Framework for Competitive SelfPlay based Multi-Agent Reinforcement Learning.

## Install
cd to the folder and run the command:
```
pip install -e .
```

## Quick Example
See the [docs here](docs/EXAMPLE_SM.md) for examples that can run in a single machine.

## Large-Scale Run
We recommend using k8s (Kubernetes) to manage large-scale run.
See the docs here (TODO) for more information.

## Coding Style
Use [google python coding style](https://google.github.io/styleguide/pyguide.html) except for:
* Indent the code blocks with 2 spaces

# Disclaimer
This is not an officially supported Tencent product.
The code and data in this repository are for research purpose only.
No representation or warranty whatsoever, expressed or implied, is made as to its accuracy, reliability or completeness.
We assume no liability and are not responsible for any misuse or damage caused by the code and data.
Your use of the code and data are subject to applicable laws and your use of them is at your own risk.