/soccer-ai-imitation

Imitate specific soccer ai goal style

Primary LanguagePython

Soccer AI imitation with specific goal style (based on GRF 5v5 environment)

Tip:

Run the following code to clone the project and setup

git clone https://github.com/mantle2048/soccer-ai-imitation
cd soccer-ai-imitation
pip install -e .

Run the following code in current directory to create the folder and place the hdf5 dataset in .grf/datasets

mkdir -p .grf/datasets

Example:

Run the following code for training

python examples/football_gail.py
or
./examples/football_gail.sh

Execute the following code to evaluate a trained model

python examples/football_evaluate.py

Framework:

framework