Vishand03 commited on
Commit
23b2774
·
verified ·
1 Parent(s): 9c495c3

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -25,9 +25,6 @@ model-index:
25
 
26
  This is a trained **PPO agent** for the **LunarLander-v2** environment using Stable-Baselines3.
27
 
28
- ## 🎥 Demo
29
- ![LunarLander](lunarlander.gif)
30
-
31
  ## Developer
32
  **Vishand S (@Vishand03)**
33
 
@@ -43,6 +40,9 @@ This is a trained **PPO agent** for the **LunarLander-v2** environment using Sta
43
  - Learning rate: 3e-4
44
  - Optimizer: Adam
45
 
 
 
 
46
  ## Usage
47
 
48
  ```python
 
25
 
26
  This is a trained **PPO agent** for the **LunarLander-v2** environment using Stable-Baselines3.
27
 
 
 
 
28
  ## Developer
29
  **Vishand S (@Vishand03)**
30
 
 
40
  - Learning rate: 3e-4
41
  - Optimizer: Adam
42
 
43
+ ## 🎥 Demo
44
+ ![LunarLander Loop](lunarlander_loop.gif)
45
+
46
  ## Usage
47
 
48
  ```python