prashanthgowni commited on
Commit
b38b25d
1 Parent(s): c5855e2

Update README.md (#1)

Browse files

- Update README.md (1e65a956e88c1cb3ac233debca3a51417c6d9d8b)

Files changed (1) hide show
  1. README.md +4 -3
README.md CHANGED
@@ -28,8 +28,6 @@ This is a trained model of a **PPO** agent playing **LunarLander-v2**
28
  using the [stable-baselines3 library](https://github.com/DLR-RM/stable-baselines3).
29
 
30
  ## Usage (with Stable-baselines3)
31
- TODO: Add your code
32
-
33
 
34
  ```python
35
  from stable_baselines3 import PPO
@@ -69,4 +67,7 @@ try:
69
  except KeyboardInterrupt:
70
  pass
71
 
72
- ```
 
 
 
 
28
  using the [stable-baselines3 library](https://github.com/DLR-RM/stable-baselines3).
29
 
30
  ## Usage (with Stable-baselines3)
 
 
31
 
32
  ```python
33
  from stable_baselines3 import PPO
 
67
  except KeyboardInterrupt:
68
  pass
69
 
70
+ ```
71
+ # Conclusion
72
+ The above steps ensure that the traind Agent is downloaded.
73
+ You may need to download and install required libraries and packages specific to your operating system to resume training from the providied checkpoint and fine tune the Agent further.