Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 353 Bytes

README.md

File metadata and controls

10 lines (6 loc) · 353 Bytes

value_iteration_algorithm

Implementing Value Iteration Algorithm with example in Python.

All operations are done via numpy. Pandas was used for visualization purposes.

The reward and transaction data are artificially created and parametrically changeable.

ITU - END478E - Applied Optimization Models lesson homework.

Bahri Ceylan - Samet Çopur