AGI-CEO commited on
Commit
45d719c
1 Parent(s): a9bba77

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +14 -0
README.md CHANGED
@@ -21,6 +21,20 @@ model-index:
21
  verified: false
22
  ---
23
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
24
  # **PPO** Agent playing **LunarLander-v2**
25
  This is a trained model of a **PPO** agent playing **LunarLander-v2**
26
  using the [stable-baselines3 library](https://github.com/DLR-RM/stable-baselines3).
 
21
  verified: false
22
  ---
23
 
24
+ Today I landed my Lunar Lander on the moon using reinforcement learning 🌙
25
+
26
+ Reinforcement Learning is a computational approach of learning from actions.
27
+
28
+ Instead of manually controlling the inputs and directions of the thrusters, I used a Proximal Policy Optimization agent that is a mix of value-based RL and policy-based RL to predict actions leading to the greatest sum of rewards. https://huggingface.co/AGI-CEO/ppo-LunarLander-v2
29
+
30
+ I am learning this as part of Hugging Face's Deep RL Course (https://huggingface.co/learn/deep-rl-course/). It's a free, self-paced course.
31
+
32
+ I am planning on hosting group study sessions and create a free, open cohort to learn Deep Learning over the next 10 weeks.
33
+
34
+ I will host these study sessions and discussions on my AI Engineering / Entrepreneurship Discord group with 500+ members.
35
+
36
+ If you have some experience with Python and are interested in joining a group to learn Deep RL free of charge, please reach out to me. I am planning the first group session next Thursday at 10AM Eastern.
37
+
38
  # **PPO** Agent playing **LunarLander-v2**
39
  This is a trained model of a **PPO** agent playing **LunarLander-v2**
40
  using the [stable-baselines3 library](https://github.com/DLR-RM/stable-baselines3).