rudder-tejas-dive commited on
Commit
8c29bbd
·
verified ·
1 Parent(s): fe3316f

Upload PPO CarRacing-v2 trained agent

Browse files
CarRacing-v2.zip ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:390051fd52987d6ae5881495269d37a17d5a98d336a8c01fb1332da9ad892ead
3
+ size 26338703
CarRacing-v2/_stable_baselines3_version ADDED
@@ -0,0 +1 @@
 
 
1
+ 2.0.0a5
CarRacing-v2/data ADDED
The diff for this file is too large to render. See raw diff
 
CarRacing-v2/policy.optimizer.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3475d96a8ec03aeb952ec52a8ec866d3fd14f74220575b680a2dc92a55f2b5c7
3
+ size 17423466
CarRacing-v2/policy.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1d147b5d2ee018ecb5764758546aa0a8dd7beffecc6c453ad6f51d65735ebc42
3
+ size 8714098
CarRacing-v2/pytorch_variables.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0c35cea3b2e60fb5e7e162d3592df775cd400e575a31c72f359fb9e654ab00c5
3
+ size 864
CarRacing-v2/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.0.0a5
4
+ - PyTorch: 2.4.1+cu121
5
+ - GPU Enabled: True
6
+ - Numpy: 1.26.4
7
+ - Cloudpickle: 2.2.1
8
+ - Gymnasium: 0.28.1
9
+ - OpenAI Gym: 0.25.2
README.md ADDED
@@ -0,0 +1,37 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: stable-baselines3
3
+ tags:
4
+ - CarRacing-v2
5
+ - deep-reinforcement-learning
6
+ - reinforcement-learning
7
+ - stable-baselines3
8
+ model-index:
9
+ - name: PPO
10
+ results:
11
+ - task:
12
+ type: reinforcement-learning
13
+ name: reinforcement-learning
14
+ dataset:
15
+ name: CarRacing-v2
16
+ type: CarRacing-v2
17
+ metrics:
18
+ - type: mean_reward
19
+ value: 370.51 +/- 297.06
20
+ name: mean_reward
21
+ verified: false
22
+ ---
23
+
24
+ # **PPO** Agent playing **CarRacing-v2**
25
+ This is a trained model of a **PPO** agent playing **CarRacing-v2**
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
+ ```
config.json ADDED
The diff for this file is too large to render. See raw diff
 
replay.mp4 ADDED
Binary file (328 kB). View file
 
results.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"mean_reward": 370.510767, "std_reward": 297.0626116040793, "is_deterministic": true, "n_eval_episodes": 10, "eval_datetime": "2024-09-28T09:09:08.947330"}