/MACA-2D

Primary LanguagePython

MACA-2D

MACA-2D is a multi-agent air combat secnario, based on MACA.

test

Quick Start

Install

pip install -r requirements.txt

Train & Test

# demo
python3 demo.py

# train with rllib
python3 train_cr_rllib.py
# test with rllib
python3 test_cr_rllib.py