Skip to content
/ MAFTRL Public

Code implementation for the paper "Multi-agent Fault-tolerant Reinforcement Learning with Noisy Environments" (ICPADS 2020).

License

Notifications You must be signed in to change notification settings

lxily/MAFTRL

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MAFTRL

Code for Multi-agent Fault-tolerant Reinforcement Learning with Noisy Environments (ICPADS 2020)

Requirements

The versions are just what I used and not necessarily strict requirements.

How to Run

All training code is contained within main.py / main-oc.py. To view options simply run:

python main.py --help
or
python main-oc.py --help

The "Unreliable Environment" from our paper is referred to as unreliable_spread.py in this repo. You can get the result by run:

python main.py unreliable_spread maftrl
or
python main-oc.py unreliable_spread maftrl-oc

Citing our work

If you use this repo in your work, please consider citing the corresponding paper:

@INPROCEEDINGS{9359223,
  author={C. {Luo} and X. {Liu} and X. {Chen} and J. {Luo}},
  booktitle={2020 IEEE 26th International Conference on Parallel and Distributed Systems (ICPADS)}, 
  title={Multi-agent Fault-tolerant Reinforcement Learning with Noisy Environments}, 
  year={2020},
  volume={},
  number={},
  pages={164-171},
  doi={10.1109/ICPADS51040.2020.00031}}

About

Code implementation for the paper "Multi-agent Fault-tolerant Reinforcement Learning with Noisy Environments" (ICPADS 2020).

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages