Skip to content

Latest commit

 

History

History
34 lines (19 loc) · 1.09 KB

README.md

File metadata and controls

34 lines (19 loc) · 1.09 KB

Multiagent Reinforcement Learning in Stochastic Games

This repository contains the implementation and visualization of a Reinforcement Learning Framework described in the paper "Multiagent Reinforcement Learning in Stochastic Games" by Junling Hu and Michael P. Wellman for the Paris-Sud FIIL M2 program.

How to run

To build the docker image please run the following bash script:

$ > ./scripts/build.sh

Once the image is built run it with

$ > ./scripts/run.sh

Presentation slides

A presentation covering the background, motivation and proof overview for the paper can be found here.

Authors