SuperSecureHuman commited on
Commit
0e1aedf
2 Parent(s): c857d52 7a82d37

Merge branch 'main' of https://huggingface.co/SuperSecureHuman/BipedalWalker-v3-TD3

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 :)