InMDev commited on
Commit
6386be6
1 Parent(s): 5925c79

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -0
README.md CHANGED
@@ -23,6 +23,9 @@ model-index:
23
  # **Q-Learning** Agent playing1 **FrozenLake-v1**
24
  This is a trained model of a **Q-Learning** agent playing **FrozenLake-v1** .
25
 
 
 
 
26
  ## Usage
27
 
28
  ```python
 
23
  # **Q-Learning** Agent playing1 **FrozenLake-v1**
24
  This is a trained model of a **Q-Learning** agent playing **FrozenLake-v1** .
25
 
26
+ our Q-Learning agent is going **to navigate from the starting state (S) to the goal state (G) by walking only on frozen tiles (F) and avoid holes (H)**.
27
+
28
+
29
  ## Usage
30
 
31
  ```python