Skip to content

rafaelmp2/residual-q-net

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Residual Q-Network

Main codes adapted from SMAC framework to be used with the environments from the MA-gym collection. The original SMAC framework was used for the Starcraft environments. Acknowledgements also to pymarl and SMAC for Starcraft environemnts.

Experiments can be run with a command like:

python3 main.py --env <environment_name> --alg <algorithm_name> --n_epoch <number_of_epochs>

Examples:

python3 main.py --env PredatorPrey7x7-v0 --alg rqn --n_epoch 20000
python3 main.py --env Switch2-v0 --alg qmix --n_epoch 20000

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages