├── Battle ├── README.md ├── ReplayBuffer_v2.py ├── config │ └── battle.py └── multi_battle.py ├── Jungle ├── README.md ├── ReplayBuffer_v2.py ├── config │ └── eat.py └── mutli_jungle.py ├── README.md ├── Routing ├── ReplayBuffer_v2.py ├── routers.py └── routers_regularization.py ├── arch.png └── requirements.txt /Battle/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PKU-RL/DGN/HEAD/Battle/README.md -------------------------------------------------------------------------------- /Battle/ReplayBuffer_v2.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PKU-RL/DGN/HEAD/Battle/ReplayBuffer_v2.py -------------------------------------------------------------------------------- /Battle/config/battle.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PKU-RL/DGN/HEAD/Battle/config/battle.py -------------------------------------------------------------------------------- /Battle/multi_battle.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PKU-RL/DGN/HEAD/Battle/multi_battle.py -------------------------------------------------------------------------------- /Jungle/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PKU-RL/DGN/HEAD/Jungle/README.md -------------------------------------------------------------------------------- /Jungle/ReplayBuffer_v2.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PKU-RL/DGN/HEAD/Jungle/ReplayBuffer_v2.py -------------------------------------------------------------------------------- /Jungle/config/eat.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PKU-RL/DGN/HEAD/Jungle/config/eat.py -------------------------------------------------------------------------------- /Jungle/mutli_jungle.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PKU-RL/DGN/HEAD/Jungle/mutli_jungle.py -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PKU-RL/DGN/HEAD/README.md -------------------------------------------------------------------------------- /Routing/ReplayBuffer_v2.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PKU-RL/DGN/HEAD/Routing/ReplayBuffer_v2.py -------------------------------------------------------------------------------- /Routing/routers.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PKU-RL/DGN/HEAD/Routing/routers.py -------------------------------------------------------------------------------- /Routing/routers_regularization.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PKU-RL/DGN/HEAD/Routing/routers_regularization.py -------------------------------------------------------------------------------- /arch.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PKU-RL/DGN/HEAD/arch.png -------------------------------------------------------------------------------- /requirements.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PKU-RL/DGN/HEAD/requirements.txt --------------------------------------------------------------------------------