kuds commited on
Commit
2bd9cab
·
verified ·
1 Parent(s): 5f95e25

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -1
README.md CHANGED
@@ -19,4 +19,10 @@ model-index:
19
  value: 284.48 +/- 14.75
20
  name: mean_reward
21
  verified: false
22
- ---
 
 
 
 
 
 
 
19
  value: 284.48 +/- 14.75
20
  name: mean_reward
21
  verified: false
22
+ ---
23
+
24
+
25
+ # **SAC** Agent playing **LunarLander-v3**
26
+ [Google Colab Notebook](https://colab.research.google.com/github/kuds/rl-lunar-lander/blob/main/%5BLunar%20Lander%5D%20Soft%20Actor-Critic%20(SAC).ipynb)
27
+
28
+ [Finding Theta - Blog Post](https://www.findingtheta.com/blog/comparing-how-ppo-sac-and-dqn-perform-on-gymnasiums-lunar-lander)