Skip to content
forked from ZiyuanMa/MATD3

An implementation of multi-agent TD3 with paddlepaddle and parl

Notifications You must be signed in to change notification settings

OptimizerTan/MATD3

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MATD3

An implementation of Multi-agent TD3.

Experiment Environment

A simple multi-agent particle world based on gym. Please see here to install and know more about the environment.

How to use

Dependencies:

Start Training:

# To train an agent for simple_speaker_listener scenario
python train.py

# To train for other scenario, model is automatically saved every 1000 episodes
python train.py --env [ENV_NAME]

# To show animation effects after training
python train.py --env [ENV_NAME] --show --restore

# To train and evaluate scenarios with continuous action spaces
python train.py --env [ENV_NAME] --continuous_actions
python train.py --env [ENV_NAME] --continuous_actions --show --restore

About

An implementation of multi-agent TD3 with paddlepaddle and parl

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%