Dylan Yung
Dylan Yung
Was wondering if you're open to allow contributions to training AI.
Getting this error python: /builds/florianrhiem/pyGLFW/glfw-3.3.7/src/posix_thread.c:64: _glfwPlatformGetTls: Assertion `tls->posix.allocated == 1' failed. when it gets to the `env.render()` function. Not sure what to do. ``` import dmc2gym env = dmc2gym.make(domain_name='point_mass', task_name='easy',...
I installed MuJoCo200 and it's key from https://roboti.us/index.html, because I'm using dmc2gym and I get the error `CRITICAL:absl:Expired activation key` and `dm_control.mujoco.wrapper.core.Error: Could not register license`. I'm installing on Ubuntu....
.bashrc ``` export MUJOCO_GL="egl" export MJLIB_PATH=$HOME/.mujoco/mujoco200_linux/bin/libmujoco200.so export MJKEY_PATH=$HOME/.mujoco/mujoco200_linux/mjkey.txt ``` So for whatever reason when I run deep mind control using dmc2gym I get this error when I set `MUJOCO_GL="egl"`. When...
**Error:** `_glfwPlatformGetTls: Assertion `tls->posix.allocated == 1' failed.` I'm running Mujuco2.0 with the following pip dependencies: ``` libglewmx-dev libglew-dev libglew2.0 libglewmx1.13 (7000) dyung6@ripl-w3:~/rad$ apt-cache pkgnames libglfw libglfw3-wayland libglfw3 libglfw3-dev libglfw3-doc (7000)...
``` import h2o h2o.init() from h2o.estimators.glm import H2OGeneralizedLinearEstimator ``` I tried running this and got the error in the title. Here is my Python 3.6.8 virtual env ``` certifi==2020.12.5 chardet==4.0.0...
**Step 1)** Got to 'notebook/bayesian_network/bayesian_network.pynb' **Step 2)** Run all the cells **Step 3)** A button that says "print positions" should appear. Click it Expected behavior is that the nodes and...
**Describe the bug** ``` Found 1 GPUs for rendering. Using device 0. Traceback (most recent call last): File "/coc/pskynet4/dyung6/CS7000/train.py", line 189, in main(cfg) File "/coc/pskynet4/dyung6/CS7000/train.py", line 73, in main obs...