pableitorr
commited on
Commit
•
f247cf7
1
Parent(s):
b0a7138
Upload folder using huggingface_hub
Browse files- README.md +26 -0
- hyperparameters.json +1 -0
- model.pt +3 -0
- replay.mp4 +0 -0
- results.json +1 -0
README.md
ADDED
@@ -0,0 +1,26 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
tags:
|
3 |
+
- LunarLander-v2
|
4 |
+
- reinforce
|
5 |
+
- reinforcement-learning
|
6 |
+
- custom-implementation
|
7 |
+
- deep-rl-class
|
8 |
+
model-index:
|
9 |
+
- name: Reinforce-LunarLander-v2
|
10 |
+
results:
|
11 |
+
- task:
|
12 |
+
type: reinforcement-learning
|
13 |
+
name: reinforcement-learning
|
14 |
+
dataset:
|
15 |
+
name: LunarLander-v2
|
16 |
+
type: LunarLander-v2
|
17 |
+
metrics:
|
18 |
+
- type: mean_reward
|
19 |
+
value: -176.24 +/- 185.11
|
20 |
+
name: mean_reward
|
21 |
+
verified: false
|
22 |
+
---
|
23 |
+
|
24 |
+
# **Reinforce** Agent playing **LunarLander-v2**
|
25 |
+
This is a trained model of a **Reinforce** agent playing **LunarLander-v2** .
|
26 |
+
To learn to use this model and train yours check Unit 4 of the Deep Reinforcement Learning Course: https://huggingface.co/deep-rl-course/unit4/introduction
|
hyperparameters.json
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
{"h_size": 16, "n_training_episodes": 2000, "n_evaluation_episodes": 10, "max_t": 10000, "max_eval": 150000, "gamma": 1.0, "lr": 0.01, "env_id": "LunarLander-v2", "state_space": 8, "action_space": 4}
|
model.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9e7cf5a45d83a1fe7b97fa53104655c166bfbadad8e6b1792f5a7f5fb9931b80
|
3 |
+
size 3648
|
replay.mp4
ADDED
Binary file (27.2 kB). View file
|
|
results.json
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
{"env_id": "LunarLander-v2", "mean_reward": -176.23590497545712, "n_evaluation_episodes": 10, "eval_datetime": "2024-10-06T20:34:21.971839"}
|