lucasbertola commited on
Commit
6044827
1 Parent(s): 89684c1

Upload . with huggingface_hub

Browse files
Files changed (5) hide show
  1. README.md +26 -0
  2. hyperparameters.json +1 -0
  3. model.pt +3 -0
  4. replay.mp4 +0 -0
  5. results.json +1 -0
README.md ADDED
@@ -0,0 +1,26 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ tags:
3
+ - CartPole-v1
4
+ - reinforce
5
+ - reinforcement-learning
6
+ - custom-implementation
7
+ - deep-rl-class
8
+ model-index:
9
+ - name: Reinforce-CartPole
10
+ results:
11
+ - metrics:
12
+ - type: mean_reward
13
+ value: 61.00 +/- 24.03
14
+ name: mean_reward
15
+ task:
16
+ type: reinforcement-learning
17
+ name: reinforcement-learning
18
+ dataset:
19
+ name: CartPole-v1
20
+ type: CartPole-v1
21
+ ---
22
+
23
+ # **Reinforce** Agent playing **CartPole-v1**
24
+ This is a trained model of a **Reinforce** agent playing **CartPole-v1** .
25
+ 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
26
+
hyperparameters.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"h_size": 16, "n_training_episodes": 100, "n_evaluation_episodes": 10, "max_t": 1000, "gamma": 1.0, "lr": 0.01, "env_id": "CartPole-v1", "state_space": 4, "action_space": 2}
model.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:64ecc263160b7c99d1e75318b2981033b8171ee95eacc18bec50858867424271
3
+ size 2771
replay.mp4 ADDED
Binary file (15.5 kB). View file
 
results.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"env_id": "CartPole-v1", "mean_reward": 61.0, "n_evaluation_episodes": 10, "eval_datetime": "2023-07-09T17:29:03.018732"}