Skip to content

Latest commit

 

History

History
43 lines (30 loc) · 1.29 KB

README.md

File metadata and controls

43 lines (30 loc) · 1.29 KB

HDDRL

Hierarchical Decentralized Deep Reinforcement Learning

Status: Archive (code is provided as-is, no updates expected)

Figure: Visualization of the compared architectures:

(a): Centralized architecture with one controller (C0).

(b): Fully decentralized architecture with four different controllers (C0, C1, C2, C1).

(c): Hierarchical architecture with 1 HLC and 1 LLC.

(d): Hierarchical decentralized architecture with 1 HLC and 4 LLCs.

(e): Hierarchical decentralized architecture with 4 HLCs and 4 LLCs.

Figure:  Visualization of the compared architectures.

Install

Install the conda package manager from https://docs.conda.io/en/latest/miniconda.html

# Required: Sampling
conda create --name hddrl python=3.6.13
conda activate hddrl
git clone https://github.com/wzaiealmri/hddrl.git
cd hddrl
pip install -r requirements.txt
pip install -e .

Citation

@article{wzaielamri_HDDRL,
  title={Hierarchical Decentralized Deep Reinforcement Learning Architecture for a Simulated Four-Legged Agent.},
  author={Wadhah Zai El Amri and Luca Hermes and Malte Schilling},
  journal={Proc. of 8th International Online & Onsite Conference on Machine Learning, Optimization, and Data Science.},
  year={2022}
}