Commit 85fe968e authored by sbl1996@126.com's avatar sbl1996@126.com

Add doc for building

parent 73b451ba
......@@ -11,6 +11,13 @@ YGO Agent is a project to create a Yu-Gi-Oh! AI using deep learning (LLMs, RL).
## Building
### prerequisites
- gcc 10,0 or later (or clang 11.0 or later)
- [xmake](https://xmake.io/#/getting_started)
- PyTorch 2.0 or later with cuda support
After installing the prerequisites, you can build the project with the following commands:
```bash
git clone https://github.com/sbl1996/ygo-agent.git
cd ygo-agent
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment