@@ -8,7 +8,7 @@ Norwegian University of Life Sciences (NMBU)
8
8
This repository contains theory, implementation and examples for various reinforcement learning
9
9
algorithms. Said algorithms are implemented in Python (using `PyTorch` and to some extent
10
10
`ml-explore`), and are taught to play various games from the `gymnasium` library, ranging from
11
- simple to complex in the approximate order:
11
+ simple to complex in approximate order:
12
12
13
13
frozen-lake
14
14
Tabular Q-learning
@@ -35,14 +35,14 @@ tetris (suboptimal results)
35
35
* input space [210, 160, 1]
36
36
* action space [5,]
37
37
38
+ ---
39
+
38
40
The theory is presented in `report.pdf`, along with results and simplified implementation examples.
39
41
40
42
The implementation, examples and results are presented in their corresponding directories. During
41
43
training of the latter four games, Orion HPC (https://orion.nmbu.no) at the Norwegian University of
42
44
Life Sciences (NMBU) provided computational resources.
43
45
44
- ---
45
-
46
46
N.b., in order for the examples to access atari games from `gymnasium`, Python<=3.10 must be used.
47
47
48
48
---
@@ -64,5 +64,5 @@ Learning goals:
64
64
Learning outcomes:
65
65
66
66
- Be competent in modern deep learning situations
67
- * Understand (and to some extent be able to reproduce) cutting-edge “ artificial intelligence”
67
+ * Understand (and to some extent be able to reproduce) cutting-edge " artificial intelligence"
68
68
models
0 commit comments