From ec68f12505b9bfb16e9d0508106fdf604a32c620 Mon Sep 17 00:00:00 2001 From: jens Date: Wed, 29 Jun 2022 11:46:08 +0200 Subject: [PATCH] - added description --- rl_lab.py | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/rl_lab.py b/rl_lab.py index 78beac1..529f299 100644 --- a/rl_lab.py +++ b/rl_lab.py @@ -1,5 +1,12 @@ import numpy as np +################################################## +# RL-lab +################################################## +# +# Find the way out of the labyrinth +# +################################################## lab_size_x = 5 lab_size_y = 5