Update README.md
Browse files
README.md
CHANGED
@@ -13,7 +13,8 @@ license: mit
|
|
13 |
- **Paper:** [Mixture-of-Experts Meets In-Context Reinforcement Learning](https://huggingface.co/papers/2506.05426)
|
14 |
|
15 |
## Model Description
|
16 |
-
Checkpoints of T2MIR-AD and T2MIR-DPT on Cheetah-Vel using mixed datasets.
|
|
|
17 |
|
18 |
## Usage
|
19 |
|
|
|
13 |
- **Paper:** [Mixture-of-Experts Meets In-Context Reinforcement Learning](https://huggingface.co/papers/2506.05426)
|
14 |
|
15 |
## Model Description
|
16 |
+
Checkpoints of T2MIR-AD and T2MIR-DPT on Cheetah-Vel using mixed datasets.
|
17 |
+
To use the provided checkpoints, you will need to rename the file to a specific step (e.g., `"89000.pt"`) and place it into the appropriate directory (e.g., `runs/HalfCheetahVel-v0/mixed/horizon-4/exp_0-seed_3407/checkpoints/`).
|
18 |
|
19 |
## Usage
|
20 |
|