Upload folder using huggingface_hub
Browse files- README.md +13 -0
- hyperparameters.json +1 -0
- model.pt +3 -0
- replay.mp4 +0 -0
- results.json +1 -0
README.md
ADDED
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
tags:
|
3 |
+
- Pixelcopter-PLE-v0
|
4 |
+
- reinforce
|
5 |
+
- reinforcement-learning
|
6 |
+
- custom-implementation
|
7 |
+
- deep-rl-class
|
8 |
+
---
|
9 |
+
|
10 |
+
# **Reinforce** Agent playing **Pixelcopter-PLE-v0**
|
11 |
+
This is a trained model of a **Reinforce** agent playing **Pixelcopter-PLE-v0** .
|
12 |
+
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
|
13 |
+
|
hyperparameters.json
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
{"h_size": 64, "n_training_episodes": 50000, "n_evaluation_episodes": 10, "max_t": 10000, "gamma": 0.99, "lr": 0.0001, "env_id": "Pixelcopter-PLE-v0", "state_space": 7, "action_space": 2}
|
model.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4ad9bdd6ab8ebdcb557a698f5e2b9369c827e4598a416891c9d8db485f43f042
|
3 |
+
size 39732
|
replay.mp4
ADDED
Binary file (10.4 kB). View file
|
|
results.json
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
{"env_id": "Pixelcopter-PLE-v0", "mean_reward": 28.6, "n_evaluation_episodes": 10, "eval_datetime": "2024-12-16T21:51:00.713284"}
|