File size: 711 Bytes
6574f87 08b9cc4 6574f87 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 |
---
library_name: stable-baselines3
language:
- en
tags:
- reinforcement learning
model-index:
- name: Lunar Lander
results:
- task:
type: game-play # Required. Example: automatic-speech-recognition
metrics:
- type: Reward # Required. Example: wer. Use metric id from https://hf.co/metrics
value: 100
---
## Finding Theta Blog Posts:
- [Solving Gymnasium's Lunar Lander with Deep Q Learning (DQN)](https://www.findingtheta.com/blog/solving-gymnasiums-lunar-lander-with-deep-q-learning-dqn)
- [Comparing how PPO, SAC, and DQN Perform on Gymnasium's Lunar Lander](https://www.findingtheta.com/blog/comparing-how-ppo-sac-and-dqn-perform-on-gymnasiums-lunar-lander) |