If you have used `--embedding_file` during training, skip the `--num_embeddings` option.
## Training
## Training
Training an agent requires a lot of computational resources, typically 8x4090 GPUs and 128-core CPU for a few days. We don't recommend training the agent on your local machine. Reducing the number of decks for training may reduce the computational resources required.
Training an agent requires a lot of computational resources, typically 8x4090 GPUs and 128-core CPU for a few days. We don't recommend training the agent on your local machine. Reducing the number of decks for training may reduce the computational resources required.
...
@@ -159,6 +161,7 @@ The script options are mostly the same as the single GPU training. We only scale
...
@@ -159,6 +161,7 @@ The script options are mostly the same as the single GPU training. We only scale
## Plan
## Plan
### Training
### Training
- Add opponent history actions and turn info to the history actions
- Evaluation with old models during training
- Evaluation with old models during training
- LSTM for memory
- LSTM for memory
- League training following AlphaStar and ROA-Star
- League training following AlphaStar and ROA-Star