Skip to content

QiuhongAnnaWei/MultiAgent-PositronicLizards

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MultiAgent-PositronicLizards

Installation

Option 1: venv (most recently tested)

python3 -m venv lizard-env
source lizard-env/bin/activate
pip install -r requirements.txt

Option 2: Conda (NEEDS TO BE UPDATED FOR SB3)

conda create -n lizards python=3.7
conda activate lizards
pip install -r requirements.txt
pip install git+https://github.com/DLR-RM/stable-baselines3 (see here for reason for separate pip)
pip install magent


Directory Structure:

root/
  lizards/
    trained_policies/
    experiments.py
    main_utils.py
    test.py (deprecated)
  README.md
  requirements.txt

Helpful Resources

Helpful pettingzoo links:

Helpful ray links:

Helpful other links

Contribution guidelines:

  • Commit and push as soon as you can!
  • Make the commit messages descriptive
  • Update the requirements.txt
  • Update the README as necessary

About

Reinforcement learning training schemes for multi-agent adversarial teams.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 5