SuperSecureHuman commited on
Commit
7a82d37
1 Parent(s): a511f27

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -3
README.md CHANGED
@@ -23,6 +23,8 @@ model-index:
23
  # **TD3** Agent playing **BipedalWalker-v3**
24
  This is a trained model of a **TD3** agent playing **BipedalWalker-v3** using the [stable-baselines3 library](https://github.com/DLR-RM/stable-baselines3).
25
 
26
- ## Usage (with Stable-baselines3)
27
- TODO: Add your code
28
-
 
 
 
23
  # **TD3** Agent playing **BipedalWalker-v3**
24
  This is a trained model of a **TD3** agent playing **BipedalWalker-v3** using the [stable-baselines3 library](https://github.com/DLR-RM/stable-baselines3).
25
 
26
+ This is a model, I trained without much knowledge without knowing what I was doing.
27
+
28
+ Tried to do this with the help of other code online, after going through the first unit of hugging face RL course.
29
+
30
+ Hope to learn more :)