From fdbe54e5f6b62aeaa11465a462288ed43a440541 Mon Sep 17 00:00:00 2001 From: Matteo Rossi <teo.red90@gmail.com> Date: Thu, 25 Apr 2019 10:45:57 +0300 Subject: [PATCH] Added info about json --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 23c80f0..da27db1 100644 --- a/README.md +++ b/README.md @@ -10,4 +10,6 @@ You can use Binder at [this address](https://mybinder.org/v2/git/https%3A%2F%2Fg ``` pip install -r requirements.txt -``` \ No newline at end of file +``` + +[best_actions.json](best_actions.json) contains the sequence of optimal positions (two lists named `'left'` and `'right'` respectively). \ No newline at end of file -- GitLab