• Joined on 2020-07-10
felixm pushed to master at felixm/intro2ai 2022-01-03 16:03:54 +01:00
d50686d124 Add project 5 sources.
felixm pushed to master at felixm/intro2ai 2021-12-14 17:43:18 +01:00
2fd09bb7b8 Finish project 4.
felixm pushed to master at felixm/intro2ai 2021-12-14 03:23:39 +01:00
5f66554cdb Eod commit. Debugging Q6.
felixm pushed to master at felixm/intro2ai 2021-12-13 01:59:15 +01:00
892a0afb54 Implement project 4 q1-q5.
felixm pushed to master at felixm/intro2ai 2021-12-12 20:07:51 +01:00
00721c4f56 Add project 4 code.
felixm pushed to master at felixm/intro2ai 2021-12-02 18:14:01 +01:00
730d3672cc Finish project 3.
felixm pushed to master at felixm/intro2ai 2021-12-02 01:13:47 +01:00
8ba1f91f9b Answer project 3 question 3.
felixm pushed to master at felixm/intro2ai 2021-11-28 18:41:28 +01:00
d1a4735c5a Implement p3q1 value iteration.
felixm pushed to master at felixm/intro2ai 2021-11-27 16:16:07 +01:00
524362c5c5 Add project 3 RL template.
felixm pushed to master at felixm/antidrift 2021-11-27 03:21:08 +01:00
488aee46ab FocusFriend is now called aw-focus enforces aw-commit.
felixm pushed to master at felixm/intro2ai 2021-11-13 23:09:36 +01:00
a4031888de Finish problem 2.
felixm pushed to master at felixm/intro2ai 2021-11-11 23:33:23 +01:00
43ad652269 Fix minimax and implement alpha-beta-pruning (p2 q2 and q3).
felixm pushed to master at felixm/intro2ai 2021-11-09 00:30:48 +01:00
11dcc491a2 Added problem 2 and solve question 1 reflex agent.
felixm pushed to master at felixm/antidrift 2021-10-30 00:50:50 +02:00
5b6b7927b9 Switch to new configuration file. Fix bug when finding window title.
felixm pushed to master at felixm/antidrift 2021-10-25 23:51:48 +02:00
ac37021424 Create config file and VS code workspace.
felixm pushed to master at felixm/intro2ai 2021-10-24 00:37:49 +02:00
fd8dd8ae35 Fix search algorithm and finish project.
felixm pushed to master at felixm/antidrift 2021-10-21 04:08:30 +02:00
bf491f5e19 Implement block list and window name logging.
felixm pushed to master at felixm/intro2ai 2021-10-21 03:13:54 +02:00
7e64e723eb Implement inefficient state space for corners problem.
515d3f6cd6 Implement search procedures cleanly.
Compare 2 commits »
felixm pushed to master at felixm/antidrift 2021-10-20 02:20:19 +02:00
718a3ce3eb Terminate blockers that are already running.
felixm pushed to master at felixm/intro2ai 2021-10-19 20:22:56 +02:00
de62787790 Start to implement search procedures.