Raghu Ramarao

Results 8 issues of Raghu Ramarao

Tried installing OBS-Studio to enable nvenc on ubuntu 16.04 using build script provided here. After installation, obs-studio nvenc encoder lists in the drop-down, but fails when I start recording. Now,...

# Describe the bug I am working in Ubuntu environment. With regard to Unit7 / hands-on / Step 4: 1. When I navigate to training-envs-executables folder on my local machine,...

I have been checking FinRL package. This is basically an open-source framework meant for trading of various financial instruments (stocks, crypto, portfolio allocation .. etc). - https://github.com/AI4Finance-Foundation/FinRL/tree/master For reinforcement learning...

Fixes #2032 @IlyasMoutawwakil , As per your suggestions, I have made necessary changes to support decision transformer model to ONNX. I ran the below command: ``` optimum-cli export onnx -m...

### Feature request I am trying to train off-line RL using decision transformer, convert to .onnx. ``` from pathlib import Path from transformers.onnx import FeaturesManager feature = "sequence-classification" # load...

onnx

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...

Have couple of questions, should be trivial, but somehow not getting. 1. Action Space As mentioned in the description, for a single share, action space should just be [buy, sell,...