Skip to content

vansvan17/steeringsim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Multi-Agent Market Simulation

Built a discrete-time market environment in Python where buyer and seller agents independently learn pricing strategies via Q-learning (tabular RL), modelling reward as profit after transaction costs.

Studied emergent macro-level behaviour — bid-ask spread convergence, impact of transaction cost magnitude on equilibrium price, and policy divergence under asymmetric information — across 10,000+ episode runs.

Structured the environment to mirror OpenAI Gym conventions (step / reset / render) for extensibility; visualized agent reward curves, Q-value heatmaps, and price trajectories with Matplotlib.

Tech: Python, NumPy, Matplotlib

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors