Results 32 comments of Sam Lerman

Is there a toggle or quick way to turn on CUDA?

Honestly, with a few more basic features — a CUDA toggle, resume training, and (harder to implement) Atari integration — this would be the best library for RL research in...

Did you make any progress on this or find an implementation that allowed you to do this?

Is there a way to set wckey="" using the Hydra submitit plugin? With Hydra, I have a config file and I just added wckey: "" to that config's launcher, but...

Thanks! Yeah, it’s on a web interface to their servers, so I can send a screenshot I uploaded: https://drive.google.com/file/d/1XKcgdsqN-9uRI27C_IXB0VB4dhVwfe9s/view?usp=drivesdk

Actually, it depends. First, when I run while including the line `os.environ['MUJOCO_GL'] = 'egl'`, I get: ``` (/scratch/slerman/myenvs/drqv2) [slerman@bhg0002 drqv2]$ python train.py task=quadruped_walk Traceback (most recent call last): File "train.py",...

Sorry, made some typos. Updated them just now.

Thanks for any help! We're trying an older version of mujoco now to see if that works. The system admin just sent me this, wondering if you can answer it:...

Hi, I still get an error on school compute about OpenGL (same one that I get on my M1 MacBook). I tried both `pip install PyOpenGL-accelerate` and `conda install pyopengl`

Awesome! Will this work on Mac too? I was previously getting an egl error when running on Mac.