Results 49 comments of Denys Makoviichuk

@alex-petrenko will it work with IG on one gpu? as I remember I cannot create second IG on same gpu anyway?

@alex-petrenko please let me know if you are going to add a few more changes or I can just merge it and refactor later. Btw do you still need https://github.com/Denys88/rl_games/pull/195...

@ViktorM not yet. need to test envpool and ray vecenvs first. and update readme. you can create a block with a new version.

I got more errors: ``` /usr/local/cuda/bin/nvcc -I/home/denys/Documents/git/ml/cule -I/home/denys/Documents/git/ml/cule/third_party/agency -I/home/denys/Documents/git/ml/cule/third_party/pybind11/include -I/usr/local/cuda/include -I/home/denys/anaconda3/envs/rlgpu/include/python3.7m -c torchcule/backend.cu -o build/temp.linux-x86_64-cpython-37/torchcule/backend.o -arch=sm_70 -gencode=arch=compute_70,code=sm_70 -O3 -Xptxas=-v -Xcompiler=-Wall,-Wextra,-fPIC -allow-unsupported-compiler -ccbin=gcc /usr/include/stdio.h(189): error: attribute "__malloc__" does not take arguments...

Thanks @sdalton1 I just installed the latest ubuntu ( 22.04 I think). Looks like it is related to the wrong gcc version. Will try to solve it using this link:...

I am sorry for a huge delay. I still remember about you.

My only quick Idea is to create very simple empty environment with right spaces. I will add obs and action space to the pytorch checkpoint in the future. I am...

hi @anishhdiwan, Yeah you are right it is an old names. Hard to rename some variables because afraid to break configs. I've tested normalization vs standardization. Including normalization using p05...