Skip to content

A game of probability & optimization simulating Optimal Stopping Problem variants. Supports multiple agents with different policies.

Notifications You must be signed in to change notification settings

keyboardAnt/optimal-stopping-game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

optimal-stopping-game

Inspired by Prof. Moni Naor's questions in the "Probability & Computing" series at the Weizmann Institute.

Requires Python 3.8.2.

It's possible to create (and activate) a Conda enviroment with Python 3.8.2 installed as follows:

  1. conda create -n optimal-stopping-game python=3.8.2
  2. conda activate optimal-stopping-game

About

A game of probability & optimization simulating Optimal Stopping Problem variants. Supports multiple agents with different policies.

Topics

Resources

Stars

Watchers

Forks

Languages