-
ddpg.py: bidirectional LSTM actor + LSTM critic + DDPG
-
model_ddpg.py: bidirectional LSTM actor + LSTM critic + DDPG + estimate next_state + estimate reward <estimate next_state + estimate reward> is a combined method between model-free RL and model-based RL.
It shows significantly improved performance in particle env. simple_spread scenarios -
model_rdpg.py: bidirectional LSTM actor + LSTM critic + RDPG (recurrent DPG) + estimate next_state + estimate reward This algorithm currently shows degraded performance than others in particle env. simple_spread scenarios.
forked from yjpark1/multiagent_rl
-
Notifications
You must be signed in to change notification settings - Fork 0
Multi-Agent Reinforcement Learning with Particle Env. (on going)
License
yanchang-liang/multiagent_rl
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
Multi-Agent Reinforcement Learning with Particle Env. (on going)
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published
Languages
- Python 100.0%