abcp4 commited on
Commit
809f9f3
1 Parent(s): 2692cb7

Initial commit

Browse files
README.md ADDED
@@ -0,0 +1,36 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: stable-baselines3
3
+ tags:
4
+ - CartPole-v1
5
+ - deep-reinforcement-learning
6
+ - reinforcement-learning
7
+ - stable-baselines3
8
+ model-index:
9
+ - name: A2C
10
+ results:
11
+ - metrics:
12
+ - type: mean_reward
13
+ value: 280.00 +/- 0.00
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
+ # **A2C** Agent playing **CartPole-v1**
24
+ This is a trained model of a **A2C** agent playing **CartPole-v1**
25
+ using the [stable-baselines3 library](https://github.com/DLR-RM/stable-baselines3).
26
+
27
+ ## Usage (with Stable-baselines3)
28
+ TODO: Add your code
29
+
30
+
31
+ ```python
32
+ from stable_baselines3 import ...
33
+ from huggingface_sb3 import load_from_hub
34
+
35
+ ...
36
+ ```
a2c-CartPole-v1.zip ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0aba8b167d056b523a8cb6c64787ae20ec393d6f980a965b20b4e6cd7e0f9ec4
3
+ size 342200698
a2c-CartPole-v1/_stable_baselines3_version ADDED
@@ -0,0 +1 @@
 
 
1
+ 1.6.0
a2c-CartPole-v1/data ADDED
The diff for this file is too large to render. See raw diff
 
a2c-CartPole-v1/policy.optimizer.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a38002ffe06e31bd1908662b811da1b64de363361e56005798c41fab867d1465
3
+ size 227166841
a2c-CartPole-v1/policy.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:da89da7a121dbeea035c63fcbb148c2758d873254c8190b8b66fa3f2dd4d71f0
3
+ size 113582785
a2c-CartPole-v1/pytorch_variables.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d030ad8db708280fcae77d87e973102039acd23a11bdecc3db8eb6c0ac940ee1
3
+ size 431
a2c-CartPole-v1/system_info.txt ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ OS: Linux-5.4.188+-x86_64-with-Ubuntu-18.04-bionic #1 SMP Sun Apr 24 10:03:06 PDT 2022
2
+ Python: 3.7.13
3
+ Stable-Baselines3: 1.6.0
4
+ PyTorch: 1.12.0+cu113
5
+ GPU Enabled: True
6
+ Numpy: 1.19.5
7
+ Gym: 0.21.0
config.json ADDED
The diff for this file is too large to render. See raw diff
 
replay.mp4 ADDED
Binary file (186 kB). View file
 
results.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"mean_reward": 280.0, "std_reward": 0.0, "is_deterministic": true, "n_eval_episodes": 10, "eval_datetime": "2022-08-07T02:07:54.859298"}