arekpaterak commited on
Commit
21e0abf
1 Parent(s): 8df93b8

Upload folder using huggingface_hub

Browse files
Files changed (4) hide show
  1. README.md +27 -0
  2. hyperparameters.json +1 -0
  3. model.pt +3 -0
  4. results.json +1 -0
README.md ADDED
@@ -0,0 +1,27 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ tags:
3
+ - MountainCarContinuous-v0
4
+ - reinforce
5
+ - reinforcement-learning
6
+ - custom-implementation
7
+ - deep-rl-class
8
+ model-index:
9
+ - name: Reinforce-MountainCarContinuous-v0
10
+ results:
11
+ - task:
12
+ type: reinforcement-learning
13
+ name: reinforcement-learning
14
+ dataset:
15
+ name: MountainCarContinuous-v0
16
+ type: MountainCarContinuous-v0
17
+ metrics:
18
+ - type: mean_reward
19
+ value: -0.05 +/- 0.00
20
+ name: mean_reward
21
+ verified: false
22
+ ---
23
+
24
+ # **Reinforce** Agent playing **MountainCarContinuous-v0**
25
+ This is a trained model of a **Reinforce** agent playing **MountainCarContinuous-v0** .
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
27
+
hyperparameters.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"env_id": "MountainCarContinuous-v0", "state_space_size": 2, "action_space_size": 1, "n_training_episodes": 250, "max_steps": 999, "gamma": 0.9, "lr": 0.001, "n_evaluation_episodes": 10}
model.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8ae2eaa49554b5c5e02afaf54cb3d784d51cbe17cc7546026c66f5d5a835871a
3
+ size 7720
results.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"env_id": "MountainCarContinuous-v0", "mean_reward": -0.046984718726121026, "n_evaluation_episodes": 10, "eval_datetime": "2024-04-12T08:38:18.523647"}