dlwlgus53 commited on
Commit
c0c4036
1 Parent(s): 500ac24

Upload folder using huggingface_hub

Browse files
Files changed (4) hide show
  1. README.md +27 -0
  2. model.pt +1 -1
  3. replay.mp4 +0 -0
  4. results.json +1 -0
README.md ADDED
@@ -0,0 +1,27 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ tags:
3
+ - CartPole-v1
4
+ - reinforce
5
+ - reinforcement-learning
6
+ - custom-implementation
7
+ - deep-rl-class
8
+ model-index:
9
+ - name: Reinforce_cartpol-v1
10
+ results:
11
+ - task:
12
+ type: reinforcement-learning
13
+ name: reinforcement-learning
14
+ dataset:
15
+ name: CartPole-v1
16
+ type: CartPole-v1
17
+ metrics:
18
+ - type: mean_reward
19
+ value: 0.21 +/- 0.03
20
+ name: mean_reward
21
+ verified: false
22
+ ---
23
+
24
+ # **Reinforce** Agent playing **CartPole-v1**
25
+ This is a trained model of a **Reinforce** agent playing **CartPole-v1** .
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
+
model.pt CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:1b290c70b9fb42b69640d1b651339c462d74379e36a1ef938e6119f30c2d0747
3
  size 3264
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bd75b28d2b6450e33533f66940a3d07958de57d9278fdaddb284aa805e4d5f98
3
  size 3264
replay.mp4 ADDED
Binary file (2.04 kB). View file
 
results.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"env_id": "CartPole-v1", "mean_reward": 0.20738729387521743, "n_evaluation_episodes": 10, "eval_datetime": "2024-03-09T00:18:42.486118"}