-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREADME.md~
More file actions
38 lines (22 loc) · 862 Bytes
/
README.md~
File metadata and controls
38 lines (22 loc) · 862 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
Machine Learning lab. works for University
==========================================
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](http://www.obitko.com/tutorials/genetic-algorithms/index.php)
### Lab.5.
Naive bayes algorithm
[info](http://www.autonlab.org/tutorials/naive02.pdf)
### Lab.6.
Travelling Salesman Problem algorithm in reinforcement learning
With tour generation and ant colony optimization
[info](http://www.scholarpedia.org/article/Ant_colony_optimization)
[more info about reinforcement learning](http://www.cse.iitm.ac.in/~cs670/book/the-book.html)