-
Have tried training a Decision Transformer using trading data. FinRL packages and decision transformer related tutorial from Hugging Face were of great help in the process.
Please check and let me …
-
Hi,
I am facing error while retraining.
code
from transformers import Trainer, TrainingArguments
training_args = TrainingArguments(
output_dir="./roberta-retrained",
overwrite_output_…
-
Hi Daniel,
Thank you so much for releasing such an awesome VLM fine-tuning notebook to the public!
I was really excited, tried the notebook out and found the following error:
![image](https:/…
-
| Task | L2M | LoRA |
|--------|--------|--------|
| hammer-v2 | Cell | Cell |
| push-wall-v2 | Cell | Cell |
| faucet-close-v2 | Cell | Cell |
| push-back-v2 | Cell | Cell |
| stick-pull-v2 | C…
-
I have encountered an issue while trying to evaluate the performance of the Decision Transformer (DT) using the `d3rlpy` library. Unlike other methods such as CQL, it seems that DT does not support pa…
-
### Is there an existing issue that is already proposing this?
- [X] I have searched the existing issues
### Is your feature request related to a problem? Please describe it
I am trying to bu…
-
- [x] I have marked all applicable categories:
+ [ ] exception-raising bug
+ [ ] RL algorithm bug
+ [ ] documentation request (i.e. "X is missing from the documentation.")
+ [x] ne…
-
### System Info
- TensorRT-LLM version: 0.10.0.dev2024050700
(I doubt any other information is relevant)
### Who can help?
@kaiyux
### Information
- [ ] The official example scripts
- […
-
My python version is 3.8.5.
I download the MuJoCo version 2.1 binaries for [Linux](https://mujoco.org/download/mujoco210-linux-x86_64.tar.gz) and extract to `~/.mujoco/mujoco210`.
I use the followin…
-
I run the program in pycharm, one error listed below occurs, how to solve it?
ValueError: Unrecognized model in weights/icon_caption_florence. Should have a `model_type` key in its config.json, or co…