Update README.md
Browse files
README.md
CHANGED
|
@@ -1,5 +1,6 @@
|
|
| 1 |
-
|
| 2 |
license: mit
|
|
|
|
| 3 |
tags:
|
| 4 |
- reinforcement-learning
|
| 5 |
- continuous-control
|
|
@@ -12,11 +13,11 @@ tags:
|
|
| 12 |
- representation-learning
|
| 13 |
library_name: pytorch
|
| 14 |
pipeline_tag: reinforcement-learning
|
| 15 |
-
---
|
| 16 |
|
| 17 |
# DR.Q: Debiased Model-based Representations for Sample-efficient Continuous Control
|
| 18 |
|
| 19 |
[](https://openreview.net/forum?id=ZP1p8k106p)
|
|
|
|
| 20 |
[](https://github.com/dmksjfl/DR.Q)
|
| 21 |
[](https://github.com/dmksjfl/DR.Q/blob/master/LICENSE)
|
| 22 |
|
|
@@ -24,6 +25,11 @@ Official pretrained model weights for **DR.Q**, presented at the **Forty-third I
|
|
| 24 |
|
| 25 |
> **Authors:** Jiafei Lyu, Zichuan Lin, Scott Fujimoto, Kai Yang, Yangkun Chen, Saiyong Yang, Zongqing Lu, Deheng Ye
|
| 26 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 27 |
|
| 28 |
## Model Description
|
| 29 |
|
|
@@ -65,7 +71,7 @@ python main.py --env HBench-h1-run-v0
|
|
| 65 |
|
| 66 |
### Loading Pretrained Weights
|
| 67 |
|
| 68 |
-
Pretrained model weights for all reported tasks are hosted here on HuggingFace
|
| 69 |
|
| 70 |
## Training Details
|
| 71 |
|
|
|
|
| 1 |
+
library_name: pytorch
|
| 2 |
license: mit
|
| 3 |
+
pipeline_tag: reinforcement-learning
|
| 4 |
tags:
|
| 5 |
- reinforcement-learning
|
| 6 |
- continuous-control
|
|
|
|
| 13 |
- representation-learning
|
| 14 |
library_name: pytorch
|
| 15 |
pipeline_tag: reinforcement-learning
|
|
|
|
| 16 |
|
| 17 |
# DR.Q: Debiased Model-based Representations for Sample-efficient Continuous Control
|
| 18 |
|
| 19 |
[](https://openreview.net/forum?id=ZP1p8k106p)
|
| 20 |
+
[](https://huggingface.co/papers/2605.11711)
|
| 21 |
[](https://github.com/dmksjfl/DR.Q)
|
| 22 |
[](https://github.com/dmksjfl/DR.Q/blob/master/LICENSE)
|
| 23 |
|
|
|
|
| 25 |
|
| 26 |
> **Authors:** Jiafei Lyu, Zichuan Lin, Scott Fujimoto, Kai Yang, Yangkun Chen, Saiyong Yang, Zongqing Lu, Deheng Ye
|
| 27 |
|
| 28 |
+
## 🔍 Overview
|
| 29 |
+
|
| 30 |
+
The framework of DR.Q is shown below:
|
| 31 |
+
|
| 32 |
+

|
| 33 |
|
| 34 |
## Model Description
|
| 35 |
|
|
|
|
| 71 |
|
| 72 |
### Loading Pretrained Weights
|
| 73 |
|
| 74 |
+
Pretrained model weights for all reported tasks are hosted here on HuggingFace.
|
| 75 |
|
| 76 |
## Training Details
|
| 77 |
|