hishamcse commited on
Commit
6ae7f27
1 Parent(s): e06173b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +9 -0
README.md CHANGED
@@ -26,6 +26,15 @@ This is a trained model of a **A2C** agent playing **PandaReachDense-v3**
26
  using the [stable-baselines3 library](https://github.com/DLR-RM/stable-baselines3).
27
  To see full code, visit: https://www.kaggle.com/code/syedjarullahhisham/drl-huggingface-unit-6-pandagym-reachdns-pickplace
28
 
 
 
 
 
 
 
 
 
 
29
  ## Usage (with Stable-baselines3)
30
  TODO: Add your code
31
 
 
26
  using the [stable-baselines3 library](https://github.com/DLR-RM/stable-baselines3).
27
  To see full code, visit: https://www.kaggle.com/code/syedjarullahhisham/drl-huggingface-unit-6-pandagym-reachdns-pickplace
28
 
29
+ ## Codes
30
+
31
+ Github repos(Give a star if found useful):
32
+ * https://github.com/hishamcse/DRL-Renegades-Game-Bots
33
+ * https://github.com/hishamcse/Advanced-DRL-Renegades-Game-Bots
34
+
35
+ Kaggle Notebook:
36
+ * https://www.kaggle.com/code/syedjarullahhisham/drl-huggingface-unit-6-pandagym-reachdns-pickplace
37
+
38
  ## Usage (with Stable-baselines3)
39
  TODO: Add your code
40