https://github.com/sourdoughcat/marl-gridworld
multi-agent reinforment learning over grid world environments
https://github.com/sourdoughcat/marl-gridworld
Last synced: 6 months ago
JSON representation
multi-agent reinforment learning over grid world environments
- Host: GitHub
- URL: https://github.com/sourdoughcat/marl-gridworld
- Owner: SourdoughCat
- License: mit
- Created: 2020-03-20T22:24:05.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-03-20T22:25:47.000Z (about 5 years ago)
- Last Synced: 2024-12-09T00:09:55.261Z (6 months ago)
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# MARL Gridworld
Multi-Agent Reinforment Learning (MARL) over grid world environments primarily for RLlib environment structures.
This repository contains the base gridworld environments, in which I intend on building multiple variants in the future.
The intention is to keep the environments simple, so that they can be easily extended or even procedurally generated in the future.