Denys88 / rl_games

RL implementations
MIT License
848 stars 142 forks source link

Added NVIDIA cule support #196

Closed Denys88 closed 2 years ago

Denys88 commented 2 years ago

https://github.com/NVlabs/cule

Unfortunately it gets performance boost near 512-1024 envs and in general works slower thanenvpool because it is not required to have a lot of envs to quickly solve atari.

mimoralea commented 11 months ago

Is this working 100%? I'd like to test it out if you can point me to the instructions.

Denys88 commented 11 months ago

I used https://github.com/NVlabs/cule/issues/34

mimoralea commented 11 months ago

Did you push a working Docker image by any chance? This CuLE library has proven challenging to build and run for me, but I am unsure why.

Here is my attempt at running CuLE. https://github.com/mimoralea/cule/blob/master/envs/Dockerfile

This should build and run for the most part, but I still get errors while running.

Here is the image: https://hub.docker.com/r/mimoralea/cule

docker pull mimoralea/cule almost there, but not quite!