Alistair Muldal

Results 16 comments of Alistair Muldal

Inheriting from `property` also seems to fix #27

1. Does software rendering work for you (`MUJOCO_GL=osmesa`)? This depends on GLX and OSMesa - see the instructions [here](https://github.com/deepmind/dm_control#rendering). 2. In the case where you are running on your school's...

> can you ask them what versions of mujuco_py, dm_control, etc might still work with mujoco131 ? I can't speak for `mujoco_py`, but the earliest version of MuJoCo that `dm_control`...

I think a lot of the details are now covered in the [tutorial colab](https://colab.research.google.com/github/deepmind/dm_control/blob/master/tutorial.ipynb) (31a3600870db8c8190c61eda1bd358f402e62d54)

I'm not totally sure what this has to do with `dm_control`, since we don't reference `CUDA_VISIBLE_DEVICES` anywhere in our code - is this a local modification you've made?

I see. Is there a reason you need to specify a particular device ID to use for rendering? The default behaviour is to use the first device that can be...

This works fine for me on Debian. @saran-t Did you have any luck reproducing this on a Mac?

Hi, thanks for the quick response - sounds like a solid plan

One thing that's currently missing is a decent post-hoc test for the Kruskal-Wallis ANOVA. I wrote a standalone function that runs a K-W ANOVA followed by Dunn's multiple comparison test:...

@josef-pkt Thanks for pointing out my typo - I haven't tested it for unequal sample sizes yet. You're also right about Gibbons & Chakraborti (turns out I was using the...