Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 947 Bytes

readme.md

File metadata and controls

23 lines (16 loc) · 947 Bytes

Simulation program for the task of learning to rationalize

Multi-Agent Learning for Iterative Dominance Elimination: Formal Barriers and New Algorithms

DIR(15,30) animation

### get help on how to specify simulation parameter
python main.py -h

### to start a DIR(20, 40) game simulation of 2 EXP3-DH players
python main.py --num_actions 20 --environment 0 --strategy 4 --iterations 100000000 --std 0.1

### to start an SPA game simulation of 10 EXP3 players and 20 action in [0, 1)
python main.py --num_players 10 --num_actions 20 --unit 0.05 --minx 0 --environment 1 --strategy 0 --iterations 100000 --std 0.1

### to start an Lemon game simulation of 50 EXP3 sellers and 1 EXP3 buyers with 50 action 
python lemon.py --num_sellers 50  --num_actions 50 --unit 1 --minx 25 --strategy 0 --iterations 10000 --std 0.1