gael1130 commited on
Commit
bfe479a
·
verified ·
1 Parent(s): 96a5dec

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -0
README.md CHANGED
@@ -28,6 +28,9 @@ using the [stable-baselines3 library](https://github.com/DLR-RM/stable-baselines
28
  ## Usage (with Stable-baselines3)
29
  TODO: Add your code
30
 
 
 
 
31
 
32
  ```python
33
  from stable_baselines3 import ...
 
28
  ## Usage (with Stable-baselines3)
29
  TODO: Add your code
30
 
31
+ ## Details
32
+ This is the code from the ppo-LunarLander-v2-13.zip trained again for 1 000 000 steps
33
+
34
 
35
  ```python
36
  from stable_baselines3 import ...