File size: 715 Bytes
c05e608 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 | ---
license: apache-2.0
---
The fine-tuned VLMs and CLIP model used in this work are available at:
https://huggingface.co/ys-qu/found-rl_vlms
The implementation code is available at:
https://github.com/ys-qu/found-rl
We also provide trained RL policy checkpoints for DrQv2-CLIP to facilitate direct evaluation:
- `drqv2-clip-lb.zip`: a checkpoint from one of the three random-seed training runs on the Leaderboard benchmark, evaluated on the Leaderboard benchmark.
- `drqv2-clip-eu.zip`: a checkpoint from one of the three random-seed training runs on the NoCrash benchmark, evaluated under the NoCrash setting.
These checkpoints can be used to run evaluation without retraining the RL agents from scratch. |