Skip to content

Search and Deliver MARL Environment -- Gyaan's Thesis

License

Notifications You must be signed in to change notification settings

gyaanantia/thesis_work

 
 

Repository files navigation

SDZoo

Gyaan's Thesis work forked from patrolling zoo

Package Description

Packages are as follows:

  • onpolicy: Contains the algorithm code.
  • sdzoo: Contains the environment code.

Installation

  1. Clone the sdzoo repository:

    git clone --recurse git@github.com:gyaanantia/sdzoo.git
  2. Create a Conda environment with required packages:

    cd ./sdzoo
    conda env create -n sdzoo -f ./requirements.yml
    conda activate sdzoo
  3. Install the onpolicy and sdzoo packages:

    pip install -e .
    

Operation

You may run the example in onpolicy/scripts/train_sd_scripts/mappo.ipynb.

About

Search and Deliver MARL Environment -- Gyaan's Thesis

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 62.1%
  • Python 37.9%