Skip to content

Commit 5e05e8e

Browse files
committed
修改算法部分bug
1 parent 7c6c1ff commit 5e05e8e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/python/code.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@
208208
},
209209
{
210210
"cell_type": "code",
211-
"execution_count": 11,
211+
"execution_count": null,
212212
"id": "1b269f11",
213213
"metadata": {},
214214
"outputs": [],
@@ -259,7 +259,7 @@
259259
" 2: np.array([0, 1]), # 右(row不变,col增大)\n",
260260
" 3: np.array([1, 0]), # 下(row增大,col不变)\n",
261261
" 4: np.array([0, -1]), # 左(row不变,col减小)\n",
262-
"}\n",
262+
" }\n",
263263
"\n",
264264
" self.reward_list = reward_list if reward_list is not None else [0, 1, -10, -1]\n",
265265
"\n",

0 commit comments

Comments
 (0)