From 700665599d369c4ad12f8fc04f4dd80050752cf7 Mon Sep 17 00:00:00 2001 From: Muntakimur Rahaman <32785930+muntakim1@users.noreply.github.com> Date: Mon, 10 May 2021 00:09:31 +0600 Subject: [PATCH] fixed typo in readme line number 88 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 114e540..c1f662d 100644 --- a/README.md +++ b/README.md @@ -85,7 +85,7 @@ Create a new environment for training. **Data format** After getting the data introduced in the **Interface** part, you can find a compact dataset in `Network/data.mat`. It is extracted from [RPLAN](http://staff.ustc.edu.cn/~fuxm/projects/DeepLayout/index.html) using the [toolbox](https://github.com/zzilch/RPLAN-Toolbox). - It can be read by Matlab via `load('data.mat','data')` or ptyhon via + It can be read by Matlab via `load('data.mat','data')` or python via ```python import scipy.io as sio