From 0949c9bda05b34342277a41a8a7369b56b4a442a Mon Sep 17 00:00:00 2001 From: mm Date: Thu, 26 May 2022 15:23:08 +0000 Subject: [PATCH] Update 'README.md' --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 00a2a22..3fbfddb 100644 --- a/README.md +++ b/README.md @@ -17,6 +17,9 @@ A `data.pkl` file is provided for your convenience with input / output samples. python main.py ``` +You can also instead use the included [jupyter notebook](./DemoMUD.ipynb). + + # info The inputs are the parameters to a `1x4` matrix which is multiplied against the observations of the state in order to make a decision for the next action (push left or right). The output of the vector inner-product is binarized by comparing it to zero as a threshold value.