https://github.com/timf34/ssd2
Re-implementing Eugene's codebase with PettingZoo and SB3
https://github.com/timf34/ssd2
Last synced: 11 months ago
JSON representation
Re-implementing Eugene's codebase with PettingZoo and SB3
- Host: GitHub
- URL: https://github.com/timf34/ssd2
- Owner: timf34
- Created: 2022-07-14T12:33:19.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-08-30T11:51:56.000Z (almost 4 years ago)
- Last Synced: 2025-01-16T21:25:33.294Z (over 1 year ago)
- Language: Python
- Size: 576 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SSD2
Re-implementing Eugene's codebase with PettingZoo and SB3.
### Setting up the `venv`
Run: `. venv/bin/activate` to activate the virtual environment
### General reminders
- Keep the code lean
- We should be able to eyeball it!
- Keep it modular
- We should be able to easily add new features
- Test everything
- Especially small specific functions (it will help with catching bugs!)
### Running the tests
Run: `python -m pytest`