Skip to content

Latest commit

 

History

History
42 lines (23 loc) · 826 Bytes

README.md

File metadata and controls

42 lines (23 loc) · 826 Bytes

Machine Learning lab. works

Code written in python2 with numpy

Lab.1.

Evaluate and iterate policy in grid with rewards

Lab.2.

Monte Carlo algorithm implementation in grid with rewards

Lab.3.

Temporal difference algorithms

On-policy algorithm - "Sarsa"

Off-policy algorithm - "Q learning"

Lab.4.

Genetic algorithm

info

Lab.5.

Naive bayes algorithm

info

Lab.6.

Travelling Salesman Problem algorithm in reinforcement learning With tour generation and ant colony optimization

info


more info about reinforcement learning