python3 -m venv lizard-env
source lizard-env/bin/activate
pip install -r requirements.txt
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
root/
lizards/
trained_policies/
experiments.py
main_utils.py
test.py (deprecated)
README.md
requirements.txt
Helpful pettingzoo links:
- API for interacting with environments
- We are running environments from the MAgent codebase:
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