Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tencent-ailab/TLeague
https://github.com/tencent-ailab/TLeague
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/tencent-ailab/TLeague
- Owner: tencent-ailab
- License: mit
- Created: 2020-11-16T03:02:19.000Z (almost 4 years ago)
- Default Branch: dev-open
- Last Pushed: 2024-06-22T09:27:02.000Z (5 months ago)
- Last Synced: 2024-06-22T18:54:24.462Z (5 months ago)
- Language: Python
- Size: 4.96 MB
- Stars: 76
- Watchers: 6
- Forks: 21
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
- StarryDivineSky - tencent-ailab/TLeague
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.