File size: 680 Bytes
6f278bf
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
---
tags:
- ppo
- LunarLander-v2
- deep-reinforcement-learning
- reinforcement-learning
- custom-implementation
- deep-rl-course
model-index:
- name: PPO-LunarLander-v2
  results:
  - task:
      type: reinforcement-learning
      name: reinforcement-learning
    dataset:
      name: LunarLander-v2
      type: LunarLander-v2
    metrics:
    - type: mean_reward
      value: 250.0 # Make sure this represents your actual performance
      name: mean_reward
---

# PPO Agent for LunarLander-v2

This is a trained model of a PPO agent for LunarLander-v2.
It was trained as part of the [Hugging Face Deep RL Course](https://huggingface.co/learn/deep-rl-course/unit8/introduction).