kinalmehta
commited on
Commit
•
31a725a
1
Parent(s):
1933d86
Update README.md
Browse files
README.md
CHANGED
@@ -6,7 +6,7 @@ tags:
|
|
6 |
- custom-implementation
|
7 |
library_name: cleanrl
|
8 |
model-index:
|
9 |
-
- name:
|
10 |
results:
|
11 |
- task:
|
12 |
type: reinforcement-learning
|
@@ -21,9 +21,9 @@ model-index:
|
|
21 |
verified: false
|
22 |
---
|
23 |
|
24 |
-
# (CleanRL) **
|
25 |
|
26 |
-
This is a trained model of a
|
27 |
The model was trained by using [CleanRL](https://github.com/vwxyzjn/cleanrl) and the most up-to-date training code can be
|
28 |
found [here](https://github.com/vwxyzjn/cleanrl/blob/master/cleanrl/c51_jax.py).
|
29 |
|
|
|
6 |
- custom-implementation
|
7 |
library_name: cleanrl
|
8 |
model-index:
|
9 |
+
- name: C51
|
10 |
results:
|
11 |
- task:
|
12 |
type: reinforcement-learning
|
|
|
21 |
verified: false
|
22 |
---
|
23 |
|
24 |
+
# (CleanRL) **C51** Agent Playing **MountainCar-v0**
|
25 |
|
26 |
+
This is a trained model of a C51 agent playing MountainCar-v0.
|
27 |
The model was trained by using [CleanRL](https://github.com/vwxyzjn/cleanrl) and the most up-to-date training code can be
|
28 |
found [here](https://github.com/vwxyzjn/cleanrl/blob/master/cleanrl/c51_jax.py).
|
29 |
|