Daniel

Results 37 comments of Daniel

Hi, I cant help you with your question but I recommend using Stable Baselines 3 for implementation of RL for robosuite. I have experience in that field so if you...

I tried to run 10 episodes for environment experience collection in two ways: 1) 1 process = 1 env with 10 consecutive envs, 2) 5 processes = 5 env in...

I tested it on different PC and it did improve results significantly. Therefore for the parallel learning to work PC one has to use fast CPU one with multiple threads.

If I use a node version of `v18.19.1` ``` stankod1@PLWA1189NA:~/.npm/_logs$ npm install -g flowise npm WARN deprecated [email protected]: Critical bug fixed in v3.0.1, please upgrade to the latest version. npm...

> Do I need to install any additional dependencies to run flowiseai with redis? I am accessing Redis that is hosted externally. When I use In memory vector store I...

Was anyone able to successfully run the dcgm-exporter on K8s? @VariableExp0rt @zzhngsx

Is there any advantage of deploying dcgm-exporter directly instead of via NVIDIA GPU Operator? - I am looking to scrape GPU related metrics in K8s and looking for easiest solution.

Do you have any suggestions for some steps worth taking to troubleshoot it? - for me the results arent upserted.

@HenryHengZJ Do I need to have redis stack running in docker to use this application? I am connecting to redis that is hosted externally.

@HenryHengZJ I am hosting my LLM using VLLM and connect to the endpoint using FastApi. I have tested before and I am able to use local LLM with no issues,...