haiphong0132 commited on
Commit
5e160a1
·
verified ·
1 Parent(s): 994c24e

Upload PPO LunarLander-v2 trained agent

Browse files
README.md ADDED
@@ -0,0 +1,37 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: stable-baselines3
3
+ tags:
4
+ - ALE/Tetris-v5
5
+ - deep-reinforcement-learning
6
+ - reinforcement-learning
7
+ - stable-baselines3
8
+ model-index:
9
+ - name: A2C
10
+ results:
11
+ - task:
12
+ type: reinforcement-learning
13
+ name: reinforcement-learning
14
+ dataset:
15
+ name: ALE/Tetris-v5
16
+ type: ALE/Tetris-v5
17
+ metrics:
18
+ - type: mean_reward
19
+ value: 0.00 +/- 0.00
20
+ name: mean_reward
21
+ verified: false
22
+ ---
23
+
24
+ # **A2C** Agent playing **ALE/Tetris-v5**
25
+ This is a trained model of a **A2C** agent playing **ALE/Tetris-v5**
26
+ using the [stable-baselines3 library](https://github.com/DLR-RM/stable-baselines3).
27
+
28
+ ## Usage (with Stable-baselines3)
29
+ TODO: Add your code
30
+
31
+
32
+ ```python
33
+ from stable_baselines3 import ...
34
+ from huggingface_sb3 import load_from_hub
35
+
36
+ ...
37
+ ```
a2c-hihihi-v5.zip ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d199c6f17b5358febc279d8030ab9de8e31253d89e38d06199fff501add1f927
3
+ size 93609080
a2c-hihihi-v5/_stable_baselines3_version ADDED
@@ -0,0 +1 @@
 
 
1
+ 2.4.0a7
a2c-hihihi-v5/data ADDED
The diff for this file is too large to render. See raw diff
 
a2c-hihihi-v5/policy.optimizer.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:515d09f9e3727373aec5796e70c1b9058fdc656a2d54aa60870826f698733d78
3
+ size 46459378
a2c-hihihi-v5/policy.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bdc36c3ded278982bc717c6faaa4dc13f111812eadcf517c66876102f7d0e475
3
+ size 46462834
a2c-hihihi-v5/pytorch_variables.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0c35cea3b2e60fb5e7e162d3592df775cd400e575a31c72f359fb9e654ab00c5
3
+ size 864
a2c-hihihi-v5/system_info.txt ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ - OS: Linux-6.1.85+-x86_64-with-glibc2.35 # 1 SMP PREEMPT_DYNAMIC Thu Jun 27 21:05:47 UTC 2024
2
+ - Python: 3.10.12
3
+ - Stable-Baselines3: 2.4.0a7
4
+ - PyTorch: 2.3.1+cu121
5
+ - GPU Enabled: True
6
+ - Numpy: 1.26.4
7
+ - Cloudpickle: 2.2.1
8
+ - Gymnasium: 0.29.1
9
+ - OpenAI Gym: 0.25.2
config.json ADDED
The diff for this file is too large to render. See raw diff
 
replay.mp4 ADDED
Binary file (58.1 kB). View file
 
results.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"mean_reward": 0.0, "std_reward": 0.0, "is_deterministic": false, "n_eval_episodes": 10, "eval_datetime": "2024-08-23T15:56:47.112376"}