Skip to content

Code for FKITA, experimental environments include StarCraft Multi-Agent Challenge(SMAC), Google Research Football(GRF), and Multi-agent Particle Environment(MPE)

Notifications You must be signed in to change notification settings

wmk-in-SH/Code-for-FKITA

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

FKITA:Fuzzy Knowledge Inference Based Dynamic Task Allocation Method for Multi-Agent Systems

Note

Installation instructions

Run an experiment

StarCraft Multi-Agent Challenge

python3 src/main.py --config=fkita --env-config=sc2 with env_args.map_name=2s3z env_args.seed=1

Google Research Football

python3 src/main.py --config=fkita --env-config=academy_3_vs_1_with_keeper with seed=1

Multi-Agent Particle Environments

python3 src/main.py --config=fkita --env-config=mpe_env with scenario_name=simple_tag seed=1

The config files act as defaults for an algorithm or environment.

They are all located in src/config.

--config refers to the config files in src/config/algs --env-config refers to the config files in src/config/envs

All results will be stored in the Results folder.

Saving and loading learnt models

Watching StarCraft II replays

About

Code for FKITA, experimental environments include StarCraft Multi-Agent Challenge(SMAC), Google Research Football(GRF), and Multi-agent Particle Environment(MPE)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published